Shades of Baker's Chocolate #661E04
Tints of Baker's Chocolate #661E04
RGB
CMYK
RGB Variations
Color information
#661E04 (or 0x661E04) is known color: Baker's Chocolate. HEX triplet: 66, 1E and 04. RGB value is (102,30,4). Sum of RGB (Red+Green+Blue) = 102+30+4=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #661E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E04 is #99E1FB. Grayscale: #303030. Windows color (decimal): -10084860 or 269926. OLE color: 269926.
HSL color Cylindrical-coordinate representation of color #661E04: hue angle of 15.92º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #661E04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 4 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.6 |
| HSL | 15.92º | 0.92% | 0.21% | - |
| HSV(B) | 15.92º | 0.96% | 0.4% | - |
| XYZ | 5.97 | 3.76 | 0.53 | - |
| YUV | 48.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 4 | 0 | 0.71 | 0.96 | 0.6 | 15.92 | 0.92 | 0.21 |
| Hex | 66 | 1E | 4 | 0 | 47 | 60 | 3C | 10 | 5C | 15 |
| Octal | 146 | 36 | 4 | 0 | 107 | 140 | 74 | 20 | 134 | 25 |
| Binary | 1100110 | 11110 | 100 | 0 | 1000111 | 1100000 | 111100 | 10000 | 1011100 | 10101 |
Color Harmonies of #661E04
Complementary color
Monochromatic Colors of #661E04
Black with #661E04
Text Example
Text Example
White with #661E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E04; }
p { color: rgb(102,30,4); }
H1.HeaderClassName
{
color: #661E04;
}
.AnyTagClassName
{
color: #661E04;
}
</style>
background-color css
<style>
a { background-color: #661E04; }
a { background-color: rgb(102,30,4); }
div.DivClassName
{
background-color: #661E04;
}
.BgClassName
{
background-color: #661E04;
}
</style>
border-color css
<style>
span { border-color: #661E04; }
span { border-color: rgb(102,30,4); }
td.TdClassName
{
border-color: #661E04;
}
.TagClassName
{
border-color: #661E04;
}
</style>