Shades of Baker's Chocolate #66280B
Tints of Baker's Chocolate #66280B
RGB
CMYK
RGB Variations
Color information
#66280B (or 0x66280B) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 0B. RGB value is (102,40,11). Sum of RGB (Red+Green+Blue) = 102+40+11=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66280B is #99D7F4. Grayscale: #373737. Windows color (decimal): -10082293 or 731238. OLE color: 731238.
HSL color Cylindrical-coordinate representation of color #66280B: hue angle of 19.12º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66280B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 11 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.6 |
| HSL | 19.12º | 0.81% | 0.22% | - |
| HSV(B) | 19.12º | 0.89% | 0.4% | - |
| XYZ | 6.3 | 4.37 | 0.83 | - |
| YUV | 55.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 11 | 0 | 0.61 | 0.89 | 0.6 | 19.12 | 0.81 | 0.22 |
| Hex | 66 | 28 | B | 0 | 3D | 59 | 3C | 13 | 51 | 16 |
| Octal | 146 | 50 | 13 | 0 | 75 | 131 | 74 | 23 | 121 | 26 |
| Binary | 1100110 | 101000 | 1011 | 0 | 111101 | 1011001 | 111100 | 10011 | 1010001 | 10110 |
Color Harmonies of #66280B
Complementary color
Monochromatic Colors of #66280B
Black with #66280B
Text Example
Text Example
White with #66280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66280B; }
p { color: rgb(102,40,11); }
H1.HeaderClassName
{
color: #66280B;
}
.AnyTagClassName
{
color: #66280B;
}
</style>
background-color css
<style>
a { background-color: #66280B; }
a { background-color: rgb(102,40,11); }
div.DivClassName
{
background-color: #66280B;
}
.BgClassName
{
background-color: #66280B;
}
</style>
border-color css
<style>
span { border-color: #66280B; }
span { border-color: rgb(102,40,11); }
td.TdClassName
{
border-color: #66280B;
}
.TagClassName
{
border-color: #66280B;
}
</style>