#562106

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

Shades of Baker's Chocolate #562106

Tints of Baker's Chocolate #562106

Color information

#562106 (or 0x562106) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 21 and 06. RGB value is (86,33,6). Sum of RGB (Red+Green+Blue) = 86+33+6=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #562106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562106 is #A9DEF9. Grayscale: #2D2D2D. Windows color (decimal): -11132666 or 401750. OLE color: 401750.

HSL color Cylindrical-coordinate representation of color #562106: hue angle of 20.25º 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 #562106 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86336-
CMYK00.620.930.66
HSL20.25º86.96%18.04%-
HSV(B)20.25º93.02%33.73%-
XYZ4.413.080.53-
YUV45.77105.56156.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=68.8%
G=26.4%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8633600.620.930.6620.2586.9618.04
Hex5621603E5D42145712
Octal1264160761351022412722
Binary101011010000111001111101011101100001010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562106; }

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

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

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

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

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

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

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

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