#562006

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

Shades of Baker's Chocolate #562006

Tints of Baker's Chocolate #562006

Color information

#562006 (or 0x562006) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 20 and 06. RGB value is (86,32,6). Sum of RGB (Red+Green+Blue) = 86+32+6=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #562006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562006 is #A9DFF9. Grayscale: #2D2D2D. Windows color (decimal): -11132922 or 401494. OLE color: 401494.

HSL color Cylindrical-coordinate representation of color #562006: hue angle of 19.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #562006 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86326-
CMYK00.630.930.66
HSL19.5º86.96%18.04%-
HSV(B)19.5º93.02%33.73%-
XYZ4.393.020.52-
YUV45.18105.89157.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=69.35%
G=25.81%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632600.630.930.6619.586.9618.04
Hex5620603F5D42145712
Octal1264060771351022412722
Binary101011010000011001111111011101100001010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562006; }

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

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

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

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

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

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

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

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