Shades of Baker's Chocolate #66280C
Tints of Baker's Chocolate #66280C
RGB
CMYK
RGB Variations
Color information
#66280C (or 0x66280C) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 0C. RGB value is (102,40,12). Sum of RGB (Red+Green+Blue) = 102+40+12=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66280C is #99D7F3. Grayscale: #373737. Windows color (decimal): -10082292 or 796774. OLE color: 796774.
HSL color Cylindrical-coordinate representation of color #66280C: hue angle of 18.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66280C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 12 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.6 |
| HSL | 18.67º | 0.79% | 0.22% | - |
| HSV(B) | 18.67º | 0.88% | 0.4% | - |
| XYZ | 6.3 | 4.37 | 0.86 | - |
| YUV | 55.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 12 | 0 | 0.61 | 0.88 | 0.6 | 18.67 | 0.79 | 0.22 |
| Hex | 66 | 28 | C | 0 | 3D | 58 | 3C | 13 | 4F | 16 |
| Octal | 146 | 50 | 14 | 0 | 75 | 130 | 74 | 23 | 117 | 26 |
| Binary | 1100110 | 101000 | 1100 | 0 | 111101 | 1011000 | 111100 | 10011 | 1001111 | 10110 |
Color Harmonies of #66280C
Complementary color
Monochromatic Colors of #66280C
Black with #66280C
Text Example
Text Example
White with #66280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66280C; }
p { color: rgb(102,40,12); }
H1.HeaderClassName
{
color: #66280C;
}
.AnyTagClassName
{
color: #66280C;
}
</style>
background-color css
<style>
a { background-color: #66280C; }
a { background-color: rgb(102,40,12); }
div.DivClassName
{
background-color: #66280C;
}
.BgClassName
{
background-color: #66280C;
}
</style>
border-color css
<style>
span { border-color: #66280C; }
span { border-color: rgb(102,40,12); }
td.TdClassName
{
border-color: #66280C;
}
.TagClassName
{
border-color: #66280C;
}
</style>