Shades of Baker's Chocolate #6C2E0A
Tints of Baker's Chocolate #6C2E0A
RGB
CMYK
RGB Variations
Color information
#6C2E0A (or 0x6C2E0A) is known color: Baker's Chocolate. HEX triplet: 6C, 2E and 0A. RGB value is (108,46,10). Sum of RGB (Red+Green+Blue) = 108+46+10=164 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.85% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2E0A is #93D1F5. Grayscale: #3C3C3C. Windows color (decimal): -9687542 or 667244. OLE color: 667244.
HSL color Cylindrical-coordinate representation of color #6C2E0A: hue angle of 22.04º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C2E0A is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 46 | 10 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.58 |
| HSL | 22.04º | 0.83% | 0.23% | - |
| HSV(B) | 22.04º | 0.91% | 0.42% | - |
| XYZ | 7.22 | 5.16 | 0.9 | - |
| YUV | 60.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 10 | 0 | 0.57 | 0.91 | 0.58 | 22.04 | 0.83 | 0.23 |
| Hex | 6C | 2E | A | 0 | 39 | 5B | 3A | 16 | 53 | 17 |
| Octal | 154 | 56 | 12 | 0 | 71 | 133 | 72 | 26 | 123 | 27 |
| Binary | 1101100 | 101110 | 1010 | 0 | 111001 | 1011011 | 111010 | 10110 | 1010011 | 10111 |
Color Harmonies of #6C2E0A
Complementary color
Monochromatic Colors of #6C2E0A
Black with #6C2E0A
Text Example
Text Example
White with #6C2E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2E0A; }
p { color: rgb(108,46,10); }
H1.HeaderClassName
{
color: #6C2E0A;
}
.AnyTagClassName
{
color: #6C2E0A;
}
</style>
background-color css
<style>
a { background-color: #6C2E0A; }
a { background-color: rgb(108,46,10); }
div.DivClassName
{
background-color: #6C2E0A;
}
.BgClassName
{
background-color: #6C2E0A;
}
</style>
border-color css
<style>
span { border-color: #6C2E0A; }
span { border-color: rgb(108,46,10); }
td.TdClassName
{
border-color: #6C2E0A;
}
.TagClassName
{
border-color: #6C2E0A;
}
</style>