#6B2406

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

Shades of Baker's Chocolate #6B2406

Tints of Baker's Chocolate #6B2406

Color information

#6B2406 (or 0x6B2406) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 24 and 06. RGB value is (107,36,6). Sum of RGB (Red+Green+Blue) = 107+36+6=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2406 is #94DBF9. Grayscale: #363636. Windows color (decimal): -9755642 or 402539. OLE color: 402539.

HSL color Cylindrical-coordinate representation of color #6B2406: hue angle of 17.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B2406 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB107366-
CMYK00.660.940.58
HSL17.82º89.38%22.16%-
HSV(B)17.82º94.39%41.96%-
XYZ6.734.40.67-
YUV53.81101.02165.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.81%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=71.81%
G=24.16%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10736600.660.940.5817.8289.3822.16
Hex6B2460425E3A125916
Octal1534460102136722213126
Binary110101110010011001000010101111011101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2406; }

 p { color: rgb(107,36,6); }

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

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

 a { background-color: rgb(107,36,6); }

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

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

 span { border-color: rgb(107,36,6); }

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