Shades of Baker's Chocolate #6C340C
Tints of Baker's Chocolate #6C340C
RGB
CMYK
RGB Variations
Color information
#6C340C (or 0x6C340C) is known color: Baker's Chocolate. HEX triplet: 6C, 34 and 0C. RGB value is (108,52,12). Sum of RGB (Red+Green+Blue) = 108+52+12=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C340C is #93CBF3. Grayscale: #404040. Windows color (decimal): -9686004 or 799852. OLE color: 799852.
HSL color Cylindrical-coordinate representation of color #6C340C: hue angle of 25º 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 #6C340C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 12 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.58 |
| HSL | 25º | 0.8% | 0.24% | - |
| HSV(B) | 25º | 0.89% | 0.42% | - |
| XYZ | 7.48 | 5.67 | 1.05 | - |
| YUV | 64.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 12 | 0 | 0.52 | 0.89 | 0.58 | 25 | 0.8 | 0.24 |
| Hex | 6C | 34 | C | 0 | 34 | 59 | 3A | 19 | 50 | 18 |
| Octal | 154 | 64 | 14 | 0 | 64 | 131 | 72 | 31 | 120 | 30 |
| Binary | 1101100 | 110100 | 1100 | 0 | 110100 | 1011001 | 111010 | 11001 | 1010000 | 11000 |
Color Harmonies of #6C340C
Complementary color
Monochromatic Colors of #6C340C
Black with #6C340C
Text Example
Text Example
White with #6C340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C340C; }
p { color: rgb(108,52,12); }
H1.HeaderClassName
{
color: #6C340C;
}
.AnyTagClassName
{
color: #6C340C;
}
</style>
background-color css
<style>
a { background-color: #6C340C; }
a { background-color: rgb(108,52,12); }
div.DivClassName
{
background-color: #6C340C;
}
.BgClassName
{
background-color: #6C340C;
}
</style>
border-color css
<style>
span { border-color: #6C340C; }
span { border-color: rgb(108,52,12); }
td.TdClassName
{
border-color: #6C340C;
}
.TagClassName
{
border-color: #6C340C;
}
</style>