Shades of Baker's Chocolate #66390D
Tints of Baker's Chocolate #66390D
RGB
CMYK
RGB Variations
Color information
#66390D (or 0x66390D) is known color: Baker's Chocolate. HEX triplet: 66, 39 and 0D. RGB value is (102,57,13). Sum of RGB (Red+Green+Blue) = 102+57+13=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66390D is #99C6F2. Grayscale: #414141. Windows color (decimal): -10077939 or 866662. OLE color: 866662.
HSL color Cylindrical-coordinate representation of color #66390D: hue angle of 29.66º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66390D is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 13 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.6 |
| HSL | 29.66º | 0.77% | 0.23% | - |
| HSV(B) | 29.66º | 0.87% | 0.4% | - |
| XYZ | 7.02 | 5.78 | 1.13 | - |
| YUV | 65.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 13 | 0 | 0.44 | 0.87 | 0.6 | 29.66 | 0.77 | 0.23 |
| Hex | 66 | 39 | D | 0 | 2C | 57 | 3C | 1E | 4D | 17 |
| Octal | 146 | 71 | 15 | 0 | 54 | 127 | 74 | 36 | 115 | 27 |
| Binary | 1100110 | 111001 | 1101 | 0 | 101100 | 1010111 | 111100 | 11110 | 1001101 | 10111 |
Color Harmonies of #66390D
Complementary color
Monochromatic Colors of #66390D
Black with #66390D
Text Example
Text Example
White with #66390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66390D; }
p { color: rgb(102,57,13); }
H1.HeaderClassName
{
color: #66390D;
}
.AnyTagClassName
{
color: #66390D;
}
</style>
background-color css
<style>
a { background-color: #66390D; }
a { background-color: rgb(102,57,13); }
div.DivClassName
{
background-color: #66390D;
}
.BgClassName
{
background-color: #66390D;
}
</style>
border-color css
<style>
span { border-color: #66390D; }
span { border-color: rgb(102,57,13); }
td.TdClassName
{
border-color: #66390D;
}
.TagClassName
{
border-color: #66390D;
}
</style>