Shades of Baker's Chocolate #6C2F08
Tints of Baker's Chocolate #6C2F08
RGB
CMYK
RGB Variations
Color information
#6C2F08 (or 0x6C2F08) is known color: Baker's Chocolate. HEX triplet: 6C, 2F and 08. RGB value is (108,47,8). Sum of RGB (Red+Green+Blue) = 108+47+8=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2F08 is #93D0F7. Grayscale: #3D3D3D. Windows color (decimal): -9687288 or 536428. OLE color: 536428.
HSL color Cylindrical-coordinate representation of color #6C2F08: hue angle of 23.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 #6C2F08 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 47 | 8 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.58 |
| HSL | 23.4º | 0.86% | 0.23% | - |
| HSV(B) | 23.4º | 0.93% | 0.42% | - |
| XYZ | 7.24 | 5.24 | 0.86 | - |
| YUV | 60.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 8 | 0 | 0.56 | 0.93 | 0.58 | 23.4 | 0.86 | 0.23 |
| Hex | 6C | 2F | 8 | 0 | 38 | 5D | 3A | 17 | 56 | 17 |
| Octal | 154 | 57 | 10 | 0 | 70 | 135 | 72 | 27 | 126 | 27 |
| Binary | 1101100 | 101111 | 1000 | 0 | 111000 | 1011101 | 111010 | 10111 | 1010110 | 10111 |
Color Harmonies of #6C2F08
Complementary color
Monochromatic Colors of #6C2F08
Black with #6C2F08
Text Example
Text Example
White with #6C2F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2F08; }
p { color: rgb(108,47,8); }
H1.HeaderClassName
{
color: #6C2F08;
}
.AnyTagClassName
{
color: #6C2F08;
}
</style>
background-color css
<style>
a { background-color: #6C2F08; }
a { background-color: rgb(108,47,8); }
div.DivClassName
{
background-color: #6C2F08;
}
.BgClassName
{
background-color: #6C2F08;
}
</style>
border-color css
<style>
span { border-color: #6C2F08; }
span { border-color: rgb(108,47,8); }
td.TdClassName
{
border-color: #6C2F08;
}
.TagClassName
{
border-color: #6C2F08;
}
</style>