Shades of Baker's Chocolate #6C230C
Tints of Baker's Chocolate #6C230C
RGB
CMYK
RGB Variations
Color information
#6C230C (or 0x6C230C) is known color: Baker's Chocolate. HEX triplet: 6C, 23 and 0C. RGB value is (108,35,12). Sum of RGB (Red+Green+Blue) = 108+35+12=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C230C is #93DCF3. Grayscale: #363636. Windows color (decimal): -9690356 or 795500. OLE color: 795500.
HSL color Cylindrical-coordinate representation of color #6C230C: hue angle of 14.38º 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 #6C230C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 12 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.58 |
| HSL | 14.38º | 0.8% | 0.24% | - |
| HSV(B) | 14.38º | 0.89% | 0.42% | - |
| XYZ | 6.85 | 4.42 | 0.84 | - |
| YUV | 54.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 12 | 0 | 0.68 | 0.89 | 0.58 | 14.38 | 0.8 | 0.24 |
| Hex | 6C | 23 | C | 0 | 44 | 59 | 3A | E | 50 | 18 |
| Octal | 154 | 43 | 14 | 0 | 104 | 131 | 72 | 16 | 120 | 30 |
| Binary | 1101100 | 100011 | 1100 | 0 | 1000100 | 1011001 | 111010 | 1110 | 1010000 | 11000 |
Color Harmonies of #6C230C
Complementary color
Monochromatic Colors of #6C230C
Black with #6C230C
Text Example
Text Example
White with #6C230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C230C; }
p { color: rgb(108,35,12); }
H1.HeaderClassName
{
color: #6C230C;
}
.AnyTagClassName
{
color: #6C230C;
}
</style>
background-color css
<style>
a { background-color: #6C230C; }
a { background-color: rgb(108,35,12); }
div.DivClassName
{
background-color: #6C230C;
}
.BgClassName
{
background-color: #6C230C;
}
</style>
border-color css
<style>
span { border-color: #6C230C; }
span { border-color: rgb(108,35,12); }
td.TdClassName
{
border-color: #6C230C;
}
.TagClassName
{
border-color: #6C230C;
}
</style>