#6B2C08

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

Shades of Baker's Chocolate #6B2C08

Tints of Baker's Chocolate #6B2C08

Color information

#6B2C08 (or 0x6B2C08) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 2C and 08. RGB value is (107,44,8). Sum of RGB (Red+Green+Blue) = 107+44+8=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2C08 is #94D3F7. Grayscale: #3A3A3A. Windows color (decimal): -9753592 or 535659. OLE color: 535659.

HSL color Cylindrical-coordinate representation of color #6B2C08: hue angle of 21.82º 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 #6B2C08 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB107448-
CMYK00.590.930.58
HSL21.82º86.09%22.55%-
HSV(B)21.82º92.52%41.96%-
XYZ7.014.940.81-
YUV58.7399.37162.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=67.30%
G=27.67%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10744800.590.930.5821.8286.0922.55
Hex6B2C803B5D3A165617
Octal1535410073135722612627
Binary110101110110010000111011101110111101010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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