#622006

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

Shades of Baker's Chocolate #622006

Tints of Baker's Chocolate #622006

Color information

#622006 (or 0x622006) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 20 and 06. RGB value is (98,32,6). Sum of RGB (Red+Green+Blue) = 98+32+6=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #622006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622006 is #9DDFF9. Grayscale: #303030. Windows color (decimal): -10346490 or 401506. OLE color: 401506.

HSL color Cylindrical-coordinate representation of color #622006: hue angle of 16.96º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #622006 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB98326-
CMYK00.670.940.62
HSL16.96º88.46%20.39%-
HSV(B)16.96º93.88%38.43%-
XYZ5.593.640.58-
YUV48.77103.87163.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=72.06%
G=23.53%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9832600.670.940.6216.9688.4620.39
Hex622060435E3E115814
Octal1424060103136762113024
Binary110001010000011001000011101111011111010001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622006; }

 p { color: rgb(98,32,6); }

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

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

 a { background-color: rgb(98,32,6); }

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

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

 span { border-color: rgb(98,32,6); }

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