Shades of Baker's Chocolate #6C2708
Tints of Baker's Chocolate #6C2708
RGB
CMYK
RGB Variations
Color information
#6C2708 (or 0x6C2708) is known color: Baker's Chocolate. HEX triplet: 6C, 27 and 08. RGB value is (108,39,8). Sum of RGB (Red+Green+Blue) = 108+39+8=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2708 is #93D8F7. Grayscale: #383838. Windows color (decimal): -9689336 or 534380. OLE color: 534380.
HSL color Cylindrical-coordinate representation of color #6C2708: hue angle of 18.6º 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 #6C2708 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 39 | 8 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.58 |
| HSL | 18.6º | 0.86% | 0.23% | - |
| HSV(B) | 18.6º | 0.93% | 0.42% | - |
| XYZ | 6.95 | 4.66 | 0.76 | - |
| YUV | 56.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 8 | 0 | 0.64 | 0.93 | 0.58 | 18.6 | 0.86 | 0.23 |
| Hex | 6C | 27 | 8 | 0 | 40 | 5D | 3A | 13 | 56 | 17 |
| Octal | 154 | 47 | 10 | 0 | 100 | 135 | 72 | 23 | 126 | 27 |
| Binary | 1101100 | 100111 | 1000 | 0 | 1000000 | 1011101 | 111010 | 10011 | 1010110 | 10111 |
Color Harmonies of #6C2708
Complementary color
Monochromatic Colors of #6C2708
Black with #6C2708
Text Example
Text Example
White with #6C2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2708; }
p { color: rgb(108,39,8); }
H1.HeaderClassName
{
color: #6C2708;
}
.AnyTagClassName
{
color: #6C2708;
}
</style>
background-color css
<style>
a { background-color: #6C2708; }
a { background-color: rgb(108,39,8); }
div.DivClassName
{
background-color: #6C2708;
}
.BgClassName
{
background-color: #6C2708;
}
</style>
border-color css
<style>
span { border-color: #6C2708; }
span { border-color: rgb(108,39,8); }
td.TdClassName
{
border-color: #6C2708;
}
.TagClassName
{
border-color: #6C2708;
}
</style>