Shades of Baker's Chocolate #662F0B
Tints of Baker's Chocolate #662F0B
RGB
CMYK
RGB Variations
Color information
#662F0B (or 0x662F0B) is known color: Baker's Chocolate. HEX triplet: 66, 2F and 0B. RGB value is (102,47,11). Sum of RGB (Red+Green+Blue) = 102+47+11=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #662F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662F0B is #99D0F4. Grayscale: #3B3B3B. Windows color (decimal): -10080501 or 733030. OLE color: 733030.
HSL color Cylindrical-coordinate representation of color #662F0B: hue angle of 23.74º 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 #662F0B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 11 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.6 |
| HSL | 23.74º | 0.81% | 0.22% | - |
| HSV(B) | 23.74º | 0.89% | 0.4% | - |
| XYZ | 6.56 | 4.88 | 0.91 | - |
| YUV | 59.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 11 | 0 | 0.54 | 0.89 | 0.6 | 23.74 | 0.81 | 0.22 |
| Hex | 66 | 2F | B | 0 | 36 | 59 | 3C | 18 | 51 | 16 |
| Octal | 146 | 57 | 13 | 0 | 66 | 131 | 74 | 30 | 121 | 26 |
| Binary | 1100110 | 101111 | 1011 | 0 | 110110 | 1011001 | 111100 | 11000 | 1010001 | 10110 |
Color Harmonies of #662F0B
Complementary color
Monochromatic Colors of #662F0B
Black with #662F0B
Text Example
Text Example
White with #662F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F0B; }
p { color: rgb(102,47,11); }
H1.HeaderClassName
{
color: #662F0B;
}
.AnyTagClassName
{
color: #662F0B;
}
</style>
background-color css
<style>
a { background-color: #662F0B; }
a { background-color: rgb(102,47,11); }
div.DivClassName
{
background-color: #662F0B;
}
.BgClassName
{
background-color: #662F0B;
}
</style>
border-color css
<style>
span { border-color: #662F0B; }
span { border-color: rgb(102,47,11); }
td.TdClassName
{
border-color: #662F0B;
}
.TagClassName
{
border-color: #662F0B;
}
</style>