#6C2008

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

Shades of Baker's Chocolate #6C2008

Tints of Baker's Chocolate #6C2008

Color information

#6C2008 (or 0x6C2008) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 20 and 08. RGB value is (108,32,8). Sum of RGB (Red+Green+Blue) = 108+32+8=148 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.97% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2008 is #93DFF7. Grayscale: #343434. Windows color (decimal): -9691128 or 532588. OLE color: 532588.

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

Color convert

RGB108328-
CMYK00.700.930.58
HSL14.4º86.21%22.75%-
HSV(B)14.4º92.59%42.35%-
XYZ6.744.240.69-
YUV51.99103.18167.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 72.97%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=72.97%
G=21.62%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10832800.700.930.5814.486.2122.75
Hex6C2080465D3Ae5617
Octal15440100106135721612627
Binary110110010000010000100011010111011110101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,8); }

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

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

 a { background-color: rgb(108,32,8); }

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

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

 span { border-color: rgb(108,32,8); }

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