Shades of Baker's Chocolate #662C11
Tints of Baker's Chocolate #662C11
RGB
CMYK
RGB Variations
Color information
#662C11 (or 0x662C11) is known color: Baker's Chocolate. HEX triplet: 66, 2C and 11. RGB value is (102,44,17). Sum of RGB (Red+Green+Blue) = 102+44+17=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #662C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662C11 is #99D3EE. Grayscale: #3A3A3A. Windows color (decimal): -10081263 or 1125478. OLE color: 1125478.
HSL color Cylindrical-coordinate representation of color #662C11: hue angle of 19.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662C11 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 17 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.6 |
| HSL | 19.06º | 0.71% | 0.23% | - |
| HSV(B) | 19.06º | 0.83% | 0.4% | - |
| XYZ | 6.48 | 4.67 | 1.09 | - |
| YUV | 58.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 17 | 0 | 0.57 | 0.83 | 0.6 | 19.06 | 0.71 | 0.23 |
| Hex | 66 | 2C | 11 | 0 | 39 | 53 | 3C | 13 | 47 | 17 |
| Octal | 146 | 54 | 21 | 0 | 71 | 123 | 74 | 23 | 107 | 27 |
| Binary | 1100110 | 101100 | 10001 | 0 | 111001 | 1010011 | 111100 | 10011 | 1000111 | 10111 |
Color Harmonies of #662C11
Complementary color
Monochromatic Colors of #662C11
Black with #662C11
Text Example
Text Example
White with #662C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C11; }
p { color: rgb(102,44,17); }
H1.HeaderClassName
{
color: #662C11;
}
.AnyTagClassName
{
color: #662C11;
}
</style>
background-color css
<style>
a { background-color: #662C11; }
a { background-color: rgb(102,44,17); }
div.DivClassName
{
background-color: #662C11;
}
.BgClassName
{
background-color: #662C11;
}
</style>
border-color css
<style>
span { border-color: #662C11; }
span { border-color: rgb(102,44,17); }
td.TdClassName
{
border-color: #662C11;
}
.TagClassName
{
border-color: #662C11;
}
</style>