Shades of Baker's Chocolate #6C1E04
Tints of Baker's Chocolate #6C1E04
RGB
CMYK
RGB Variations
Color information
#6C1E04 (or 0x6C1E04) is known color: Baker's Chocolate. HEX triplet: 6C, 1E and 04. RGB value is (108,30,4). Sum of RGB (Red+Green+Blue) = 108+30+4=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1E04 is #93E1FB. Grayscale: #323232. Windows color (decimal): -9691644 or 269932. OLE color: 269932.
HSL color Cylindrical-coordinate representation of color #6C1E04: hue angle of 15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C1E04 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 30 | 4 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.58 |
| HSL | 15º | 0.93% | 0.22% | - |
| HSV(B) | 15º | 0.96% | 0.42% | - |
| XYZ | 6.67 | 4.13 | 0.56 | - |
| YUV | 50.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 4 | 0 | 0.72 | 0.96 | 0.58 | 15 | 0.93 | 0.22 |
| Hex | 6C | 1E | 4 | 0 | 48 | 60 | 3A | F | 5D | 16 |
| Octal | 154 | 36 | 4 | 0 | 110 | 140 | 72 | 17 | 135 | 26 |
| Binary | 1101100 | 11110 | 100 | 0 | 1001000 | 1100000 | 111010 | 1111 | 1011101 | 10110 |
Color Harmonies of #6C1E04
Complementary color
Monochromatic Colors of #6C1E04
Black with #6C1E04
Text Example
Text Example
White with #6C1E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1E04; }
p { color: rgb(108,30,4); }
H1.HeaderClassName
{
color: #6C1E04;
}
.AnyTagClassName
{
color: #6C1E04;
}
</style>
background-color css
<style>
a { background-color: #6C1E04; }
a { background-color: rgb(108,30,4); }
div.DivClassName
{
background-color: #6C1E04;
}
.BgClassName
{
background-color: #6C1E04;
}
</style>
border-color css
<style>
span { border-color: #6C1E04; }
span { border-color: rgb(108,30,4); }
td.TdClassName
{
border-color: #6C1E04;
}
.TagClassName
{
border-color: #6C1E04;
}
</style>