Shades of Baker's Chocolate #6C2C04
Tints of Baker's Chocolate #6C2C04
RGB
CMYK
RGB Variations
Color information
#6C2C04 (or 0x6C2C04) is known color: Baker's Chocolate. HEX triplet: 6C, 2C and 04. RGB value is (108,44,4). Sum of RGB (Red+Green+Blue) = 108+44+4=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2C04 is #93D3FB. Grayscale: #3A3A3A. Windows color (decimal): -9688060 or 273516. OLE color: 273516.
HSL color Cylindrical-coordinate representation of color #6C2C04: hue angle of 23.08º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C2C04 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 44 | 4 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.58 |
| HSL | 23.08º | 0.93% | 0.22% | - |
| HSV(B) | 23.08º | 0.96% | 0.42% | - |
| XYZ | 7.11 | 5 | 0.71 | - |
| YUV | 58.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 4 | 0 | 0.59 | 0.96 | 0.58 | 23.08 | 0.93 | 0.22 |
| Hex | 6C | 2C | 4 | 0 | 3B | 60 | 3A | 17 | 5D | 16 |
| Octal | 154 | 54 | 4 | 0 | 73 | 140 | 72 | 27 | 135 | 26 |
| Binary | 1101100 | 101100 | 100 | 0 | 111011 | 1100000 | 111010 | 10111 | 1011101 | 10110 |
Color Harmonies of #6C2C04
Complementary color
Monochromatic Colors of #6C2C04
Black with #6C2C04
Text Example
Text Example
White with #6C2C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C04; }
p { color: rgb(108,44,4); }
H1.HeaderClassName
{
color: #6C2C04;
}
.AnyTagClassName
{
color: #6C2C04;
}
</style>
background-color css
<style>
a { background-color: #6C2C04; }
a { background-color: rgb(108,44,4); }
div.DivClassName
{
background-color: #6C2C04;
}
.BgClassName
{
background-color: #6C2C04;
}
</style>
border-color css
<style>
span { border-color: #6C2C04; }
span { border-color: rgb(108,44,4); }
td.TdClassName
{
border-color: #6C2C04;
}
.TagClassName
{
border-color: #6C2C04;
}
</style>