Shades of Baker's Chocolate #66390F
Tints of Baker's Chocolate #66390F
RGB
CMYK
RGB Variations
Color information
#66390F (or 0x66390F) is known color: Baker's Chocolate. HEX triplet: 66, 39 and 0F. RGB value is (102,57,15). Sum of RGB (Red+Green+Blue) = 102+57+15=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #66390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66390F is #99C6F0. Grayscale: #414141. Windows color (decimal): -10077937 or 997734. OLE color: 997734.
HSL color Cylindrical-coordinate representation of color #66390F: hue angle of 28.97º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66390F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 15 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.6 |
| HSL | 28.97º | 0.74% | 0.23% | - |
| HSV(B) | 28.97º | 0.85% | 0.4% | - |
| XYZ | 7.03 | 5.79 | 1.2 | - |
| YUV | 65.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 15 | 0 | 0.44 | 0.85 | 0.6 | 28.97 | 0.74 | 0.23 |
| Hex | 66 | 39 | F | 0 | 2C | 55 | 3C | 1D | 4A | 17 |
| Octal | 146 | 71 | 17 | 0 | 54 | 125 | 74 | 35 | 112 | 27 |
| Binary | 1100110 | 111001 | 1111 | 0 | 101100 | 1010101 | 111100 | 11101 | 1001010 | 10111 |
Color Harmonies of #66390F
Complementary color
Monochromatic Colors of #66390F
Black with #66390F
Text Example
Text Example
White with #66390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66390F; }
p { color: rgb(102,57,15); }
H1.HeaderClassName
{
color: #66390F;
}
.AnyTagClassName
{
color: #66390F;
}
</style>
background-color css
<style>
a { background-color: #66390F; }
a { background-color: rgb(102,57,15); }
div.DivClassName
{
background-color: #66390F;
}
.BgClassName
{
background-color: #66390F;
}
</style>
border-color css
<style>
span { border-color: #66390F; }
span { border-color: rgb(102,57,15); }
td.TdClassName
{
border-color: #66390F;
}
.TagClassName
{
border-color: #66390F;
}
</style>