Shades of Baker's Chocolate #66250E
Tints of Baker's Chocolate #66250E
RGB
CMYK
RGB Variations
Color information
#66250E (or 0x66250E) is known color: Baker's Chocolate. HEX triplet: 66, 25 and 0E. RGB value is (102,37,14). Sum of RGB (Red+Green+Blue) = 102+37+14=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66250E is #99DAF1. Grayscale: #353535. Windows color (decimal): -10083058 or 927078. OLE color: 927078.
HSL color Cylindrical-coordinate representation of color #66250E: hue angle of 15.68º 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 #66250E is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 14 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.6 |
| HSL | 15.68º | 0.76% | 0.23% | - |
| HSV(B) | 15.68º | 0.86% | 0.4% | - |
| XYZ | 6.22 | 4.18 | 0.89 | - |
| YUV | 53.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 14 | 0 | 0.64 | 0.86 | 0.6 | 15.68 | 0.76 | 0.23 |
| Hex | 66 | 25 | E | 0 | 40 | 56 | 3C | 10 | 4C | 17 |
| Octal | 146 | 45 | 16 | 0 | 100 | 126 | 74 | 20 | 114 | 27 |
| Binary | 1100110 | 100101 | 1110 | 0 | 1000000 | 1010110 | 111100 | 10000 | 1001100 | 10111 |
Color Harmonies of #66250E
Complementary color
Monochromatic Colors of #66250E
Black with #66250E
Text Example
Text Example
White with #66250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66250E; }
p { color: rgb(102,37,14); }
H1.HeaderClassName
{
color: #66250E;
}
.AnyTagClassName
{
color: #66250E;
}
</style>
background-color css
<style>
a { background-color: #66250E; }
a { background-color: rgb(102,37,14); }
div.DivClassName
{
background-color: #66250E;
}
.BgClassName
{
background-color: #66250E;
}
</style>
border-color css
<style>
span { border-color: #66250E; }
span { border-color: rgb(102,37,14); }
td.TdClassName
{
border-color: #66250E;
}
.TagClassName
{
border-color: #66250E;
}
</style>