Shades of Baker's Chocolate #66280E
Tints of Baker's Chocolate #66280E
RGB
CMYK
RGB Variations
Color information
#66280E (or 0x66280E) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 0E. RGB value is (102,40,14). Sum of RGB (Red+Green+Blue) = 102+40+14=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66280E is #99D7F1. Grayscale: #373737. Windows color (decimal): -10082290 or 927846. OLE color: 927846.
HSL color Cylindrical-coordinate representation of color #66280E: hue angle of 17.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66280E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 14 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.6 |
| HSL | 17.73º | 0.76% | 0.23% | - |
| HSV(B) | 17.73º | 0.86% | 0.4% | - |
| XYZ | 6.32 | 4.37 | 0.93 | - |
| YUV | 55.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 14 | 0 | 0.61 | 0.86 | 0.6 | 17.73 | 0.76 | 0.23 |
| Hex | 66 | 28 | E | 0 | 3D | 56 | 3C | 12 | 4C | 17 |
| Octal | 146 | 50 | 16 | 0 | 75 | 126 | 74 | 22 | 114 | 27 |
| Binary | 1100110 | 101000 | 1110 | 0 | 111101 | 1010110 | 111100 | 10010 | 1001100 | 10111 |
Color Harmonies of #66280E
Complementary color
Monochromatic Colors of #66280E
Black with #66280E
Text Example
Text Example
White with #66280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66280E; }
p { color: rgb(102,40,14); }
H1.HeaderClassName
{
color: #66280E;
}
.AnyTagClassName
{
color: #66280E;
}
</style>
background-color css
<style>
a { background-color: #66280E; }
a { background-color: rgb(102,40,14); }
div.DivClassName
{
background-color: #66280E;
}
.BgClassName
{
background-color: #66280E;
}
</style>
border-color css
<style>
span { border-color: #66280E; }
span { border-color: rgb(102,40,14); }
td.TdClassName
{
border-color: #66280E;
}
.TagClassName
{
border-color: #66280E;
}
</style>