#6B2408

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

Shades of Baker's Chocolate #6B2408

Tints of Baker's Chocolate #6B2408

Color information

#6B2408 (or 0x6B2408) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 24 and 08. RGB value is (107,36,8). Sum of RGB (Red+Green+Blue) = 107+36+8=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2408 is #94DBF7. Grayscale: #363636. Windows color (decimal): -9755640 or 533611. OLE color: 533611.

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

Color convert

RGB107368-
CMYK00.660.930.58
HSL16.97º86.09%22.55%-
HSV(B)16.97º92.52%41.96%-
XYZ6.744.410.72-
YUV54.04102.02165.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 70.86%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=70.86%
G=23.84%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10736800.660.930.5816.9786.0922.55
Hex6B2480425D3A115617
Octal15344100102135722112627
Binary1101011100100100001000010101110111101010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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