#622201

Color #622201 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #622201

Tints of Baker's Chocolate #622201

Color information

#622201 (or 0x622201) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 22 and 01. RGB value is (98,34,1). Sum of RGB (Red+Green+Blue) = 98+34+1=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #622201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622201 is #9DDDFE. Grayscale: #313131. Windows color (decimal): -10345983 or 74338. OLE color: 74338.

HSL color Cylindrical-coordinate representation of color #622201: hue angle of 20.41º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #622201 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB98341-
CMYK00.650.990.62
HSL20.41º97.98%19.41%-
HSV(B)20.41º98.98%38.43%-
XYZ5.613.740.46-
YUV49.37100.7162.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=73.68%
G=25.56%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9834100.650.990.6220.4197.9819.41
Hex62221041633E146213
Octal1424210101143762414223
Binary1100010100010101000001110001111111010100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622201; }

 p { color: rgb(98,34,1); }

 H1.HeaderClassName
 {
   color: #622201;
 }
 .AnyTagClassName
 {
   color: #622201;
 }
</style>
background-color css

<style>
 a { background-color: #622201; }

 a { background-color: rgb(98,34,1); }

 div.DivClassName
 {
   background-color: #622201;
 }
 .BgClassName
 {
   background-color: #622201;
 }
</style>
border-color css

<style>
 span { border-color: #622201; }

 span { border-color: rgb(98,34,1); }

 td.TdClassName
 {
   border-color: #622201;
 }
 .TagClassName
 {
   border-color: #622201;
 }
</style>