Shades of Baker's Chocolate #6C240C
Tints of Baker's Chocolate #6C240C
RGB
CMYK
RGB Variations
Color information
#6C240C (or 0x6C240C) is known color: Baker's Chocolate. HEX triplet: 6C, 24 and 0C. RGB value is (108,36,12). Sum of RGB (Red+Green+Blue) = 108+36+12=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C240C is #93DBF3. Grayscale: #363636. Windows color (decimal): -9690100 or 795756. OLE color: 795756.
HSL color Cylindrical-coordinate representation of color #6C240C: hue angle of 15º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C240C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 12 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.58 |
| HSL | 15º | 0.8% | 0.24% | - |
| HSV(B) | 15º | 0.89% | 0.42% | - |
| XYZ | 6.88 | 4.48 | 0.85 | - |
| YUV | 54.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 12 | 0 | 0.67 | 0.89 | 0.58 | 15 | 0.8 | 0.24 |
| Hex | 6C | 24 | C | 0 | 43 | 59 | 3A | F | 50 | 18 |
| Octal | 154 | 44 | 14 | 0 | 103 | 131 | 72 | 17 | 120 | 30 |
| Binary | 1101100 | 100100 | 1100 | 0 | 1000011 | 1011001 | 111010 | 1111 | 1010000 | 11000 |
Color Harmonies of #6C240C
Complementary color
Monochromatic Colors of #6C240C
Black with #6C240C
Text Example
Text Example
White with #6C240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C240C; }
p { color: rgb(108,36,12); }
H1.HeaderClassName
{
color: #6C240C;
}
.AnyTagClassName
{
color: #6C240C;
}
</style>
background-color css
<style>
a { background-color: #6C240C; }
a { background-color: rgb(108,36,12); }
div.DivClassName
{
background-color: #6C240C;
}
.BgClassName
{
background-color: #6C240C;
}
</style>
border-color css
<style>
span { border-color: #6C240C; }
span { border-color: rgb(108,36,12); }
td.TdClassName
{
border-color: #6C240C;
}
.TagClassName
{
border-color: #6C240C;
}
</style>