Shades of Baker's Chocolate #662E0B
Tints of Baker's Chocolate #662E0B
RGB
CMYK
RGB Variations
Color information
#662E0B (or 0x662E0B) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 0B. RGB value is (102,46,11). Sum of RGB (Red+Green+Blue) = 102+46+11=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E0B is #99D1F4. Grayscale: #3A3A3A. Windows color (decimal): -10080757 or 732774. OLE color: 732774.
HSL color Cylindrical-coordinate representation of color #662E0B: hue angle of 23.08º 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 #662E0B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 11 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.6 |
| HSL | 23.08º | 0.81% | 0.22% | - |
| HSV(B) | 23.08º | 0.89% | 0.4% | - |
| XYZ | 6.52 | 4.8 | 0.9 | - |
| YUV | 58.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 11 | 0 | 0.55 | 0.89 | 0.6 | 23.08 | 0.81 | 0.22 |
| Hex | 66 | 2E | B | 0 | 37 | 59 | 3C | 17 | 51 | 16 |
| Octal | 146 | 56 | 13 | 0 | 67 | 131 | 74 | 27 | 121 | 26 |
| Binary | 1100110 | 101110 | 1011 | 0 | 110111 | 1011001 | 111100 | 10111 | 1010001 | 10110 |
Color Harmonies of #662E0B
Complementary color
Monochromatic Colors of #662E0B
Black with #662E0B
Text Example
Text Example
White with #662E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E0B; }
p { color: rgb(102,46,11); }
H1.HeaderClassName
{
color: #662E0B;
}
.AnyTagClassName
{
color: #662E0B;
}
</style>
background-color css
<style>
a { background-color: #662E0B; }
a { background-color: rgb(102,46,11); }
div.DivClassName
{
background-color: #662E0B;
}
.BgClassName
{
background-color: #662E0B;
}
</style>
border-color css
<style>
span { border-color: #662E0B; }
span { border-color: rgb(102,46,11); }
td.TdClassName
{
border-color: #662E0B;
}
.TagClassName
{
border-color: #662E0B;
}
</style>