Shades of Baker's Chocolate #6D2C08
Tints of Baker's Chocolate #6D2C08
RGB
CMYK
RGB Variations
Color information
#6D2C08 (or 0x6D2C08) is known color: Baker's Chocolate. HEX triplet: 6D, 2C and 08. RGB value is (109,44,8). Sum of RGB (Red+Green+Blue) = 109+44+8=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2C08 is #92D3F7. Grayscale: #3B3B3B. Windows color (decimal): -9622520 or 535661. OLE color: 535661.
HSL color Cylindrical-coordinate representation of color #6D2C08: hue angle of 21.39º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D2C08 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 8 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.57 |
| HSL | 21.39º | 0.86% | 0.23% | - |
| HSV(B) | 21.39º | 0.93% | 0.43% | - |
| XYZ | 7.25 | 5.07 | 0.83 | - |
| YUV | 59.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 8 | 0 | 0.60 | 0.93 | 0.57 | 21.39 | 0.86 | 0.23 |
| Hex | 6D | 2C | 8 | 0 | 3C | 5D | 39 | 15 | 56 | 17 |
| Octal | 155 | 54 | 10 | 0 | 74 | 135 | 71 | 25 | 126 | 27 |
| Binary | 1101101 | 101100 | 1000 | 0 | 111100 | 1011101 | 111001 | 10101 | 1010110 | 10111 |
Color Harmonies of #6D2C08
Complementary color
Monochromatic Colors of #6D2C08
Black with #6D2C08
Text Example
Text Example
White with #6D2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C08; }
p { color: rgb(109,44,8); }
H1.HeaderClassName
{
color: #6D2C08;
}
.AnyTagClassName
{
color: #6D2C08;
}
</style>
background-color css
<style>
a { background-color: #6D2C08; }
a { background-color: rgb(109,44,8); }
div.DivClassName
{
background-color: #6D2C08;
}
.BgClassName
{
background-color: #6D2C08;
}
</style>
border-color css
<style>
span { border-color: #6D2C08; }
span { border-color: rgb(109,44,8); }
td.TdClassName
{
border-color: #6D2C08;
}
.TagClassName
{
border-color: #6D2C08;
}
</style>