Shades of Baker's Chocolate #66280F
Tints of Baker's Chocolate #66280F
RGB
CMYK
RGB Variations
Color information
#66280F (or 0x66280F) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 0F. RGB value is (102,40,15). Sum of RGB (Red+Green+Blue) = 102+40+15=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #66280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66280F is #99D7F0. Grayscale: #373737. Windows color (decimal): -10082289 or 993382. OLE color: 993382.
HSL color Cylindrical-coordinate representation of color #66280F: hue angle of 17.24º 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 #66280F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 15 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.6 |
| HSL | 17.24º | 0.74% | 0.23% | - |
| HSV(B) | 17.24º | 0.85% | 0.4% | - |
| XYZ | 6.32 | 4.38 | 0.96 | - |
| YUV | 55.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 15 | 0 | 0.61 | 0.85 | 0.6 | 17.24 | 0.74 | 0.23 |
| Hex | 66 | 28 | F | 0 | 3D | 55 | 3C | 11 | 4A | 17 |
| Octal | 146 | 50 | 17 | 0 | 75 | 125 | 74 | 21 | 112 | 27 |
| Binary | 1100110 | 101000 | 1111 | 0 | 111101 | 1010101 | 111100 | 10001 | 1001010 | 10111 |
Color Harmonies of #66280F
Complementary color
Monochromatic Colors of #66280F
Black with #66280F
Text Example
Text Example
White with #66280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66280F; }
p { color: rgb(102,40,15); }
H1.HeaderClassName
{
color: #66280F;
}
.AnyTagClassName
{
color: #66280F;
}
</style>
background-color css
<style>
a { background-color: #66280F; }
a { background-color: rgb(102,40,15); }
div.DivClassName
{
background-color: #66280F;
}
.BgClassName
{
background-color: #66280F;
}
</style>
border-color css
<style>
span { border-color: #66280F; }
span { border-color: rgb(102,40,15); }
td.TdClassName
{
border-color: #66280F;
}
.TagClassName
{
border-color: #66280F;
}
</style>