Shades of Baker's Chocolate #6C2804
Tints of Baker's Chocolate #6C2804
RGB
CMYK
RGB Variations
Color information
#6C2804 (or 0x6C2804) is known color: Baker's Chocolate. HEX triplet: 6C, 28 and 04. RGB value is (108,40,4). Sum of RGB (Red+Green+Blue) = 108+40+4=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2804 is #93D7FB. Grayscale: #383838. Windows color (decimal): -9689084 or 272492. OLE color: 272492.
HSL color Cylindrical-coordinate representation of color #6C2804: hue angle of 20.77º 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 #6C2804 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 4 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.58 |
| HSL | 20.77º | 0.93% | 0.22% | - |
| HSV(B) | 20.77º | 0.96% | 0.42% | - |
| XYZ | 6.97 | 4.71 | 0.66 | - |
| YUV | 56.23 | 98.53 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 4 | 0 | 0.63 | 0.96 | 0.58 | 20.77 | 0.93 | 0.22 |
| Hex | 6C | 28 | 4 | 0 | 3F | 60 | 3A | 15 | 5D | 16 |
| Octal | 154 | 50 | 4 | 0 | 77 | 140 | 72 | 25 | 135 | 26 |
| Binary | 1101100 | 101000 | 100 | 0 | 111111 | 1100000 | 111010 | 10101 | 1011101 | 10110 |
Color Harmonies of #6C2804
Complementary color
Monochromatic Colors of #6C2804
Black with #6C2804
Text Example
Text Example
White with #6C2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2804; }
p { color: rgb(108,40,4); }
H1.HeaderClassName
{
color: #6C2804;
}
.AnyTagClassName
{
color: #6C2804;
}
</style>
background-color css
<style>
a { background-color: #6C2804; }
a { background-color: rgb(108,40,4); }
div.DivClassName
{
background-color: #6C2804;
}
.BgClassName
{
background-color: #6C2804;
}
</style>
border-color css
<style>
span { border-color: #6C2804; }
span { border-color: rgb(108,40,4); }
td.TdClassName
{
border-color: #6C2804;
}
.TagClassName
{
border-color: #6C2804;
}
</style>