Shades of Baker's Chocolate #6C2B13
Tints of Baker's Chocolate #6C2B13
RGB
CMYK
RGB Variations
Color information
#6C2B13 (or 0x6C2B13) is known color: Baker's Chocolate. HEX triplet: 6C, 2B and 13. RGB value is (108,43,19). Sum of RGB (Red+Green+Blue) = 108+43+19=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2B13 is #93D4EC. Grayscale: #3B3B3B. Windows color (decimal): -9688301 or 1256300. OLE color: 1256300.
HSL color Cylindrical-coordinate representation of color #6C2B13: hue angle of 16.18º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C2B13 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 19 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.58 |
| HSL | 16.18º | 0.7% | 0.25% | - |
| HSV(B) | 16.18º | 0.82% | 0.42% | - |
| XYZ | 7.17 | 4.96 | 1.2 | - |
| YUV | 59.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 19 | 0 | 0.60 | 0.82 | 0.58 | 16.18 | 0.7 | 0.25 |
| Hex | 6C | 2B | 13 | 0 | 3C | 52 | 3A | 10 | 46 | 19 |
| Octal | 154 | 53 | 23 | 0 | 74 | 122 | 72 | 20 | 106 | 31 |
| Binary | 1101100 | 101011 | 10011 | 0 | 111100 | 1010010 | 111010 | 10000 | 1000110 | 11001 |
Color Harmonies of #6C2B13
Complementary color
Monochromatic Colors of #6C2B13
Black with #6C2B13
Text Example
Text Example
White with #6C2B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B13; }
p { color: rgb(108,43,19); }
H1.HeaderClassName
{
color: #6C2B13;
}
.AnyTagClassName
{
color: #6C2B13;
}
</style>
background-color css
<style>
a { background-color: #6C2B13; }
a { background-color: rgb(108,43,19); }
div.DivClassName
{
background-color: #6C2B13;
}
.BgClassName
{
background-color: #6C2B13;
}
</style>
border-color css
<style>
span { border-color: #6C2B13; }
span { border-color: rgb(108,43,19); }
td.TdClassName
{
border-color: #6C2B13;
}
.TagClassName
{
border-color: #6C2B13;
}
</style>