Shades of Baker's Chocolate #66370B
Tints of Baker's Chocolate #66370B
RGB
CMYK
RGB Variations
Color information
#66370B (or 0x66370B) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 0B. RGB value is (102,55,11). Sum of RGB (Red+Green+Blue) = 102+55+11=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66370B is #99C8F4. Grayscale: #404040. Windows color (decimal): -10078453 or 735078. OLE color: 735078.
HSL color Cylindrical-coordinate representation of color #66370B: hue angle of 29.01º 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 #66370B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 11 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.6 |
| HSL | 29.01º | 0.81% | 0.22% | - |
| HSV(B) | 29.01º | 0.89% | 0.4% | - |
| XYZ | 6.91 | 5.58 | 1.03 | - |
| YUV | 64.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 11 | 0 | 0.46 | 0.89 | 0.6 | 29.01 | 0.81 | 0.22 |
| Hex | 66 | 37 | B | 0 | 2E | 59 | 3C | 1D | 51 | 16 |
| Octal | 146 | 67 | 13 | 0 | 56 | 131 | 74 | 35 | 121 | 26 |
| Binary | 1100110 | 110111 | 1011 | 0 | 101110 | 1011001 | 111100 | 11101 | 1010001 | 10110 |
Color Harmonies of #66370B
Complementary color
Monochromatic Colors of #66370B
Black with #66370B
Text Example
Text Example
White with #66370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66370B; }
p { color: rgb(102,55,11); }
H1.HeaderClassName
{
color: #66370B;
}
.AnyTagClassName
{
color: #66370B;
}
</style>
background-color css
<style>
a { background-color: #66370B; }
a { background-color: rgb(102,55,11); }
div.DivClassName
{
background-color: #66370B;
}
.BgClassName
{
background-color: #66370B;
}
</style>
border-color css
<style>
span { border-color: #66370B; }
span { border-color: rgb(102,55,11); }
td.TdClassName
{
border-color: #66370B;
}
.TagClassName
{
border-color: #66370B;
}
</style>