Shades of Baker's Chocolate #662711
Tints of Baker's Chocolate #662711
RGB
CMYK
RGB Variations
Color information
#662711 (or 0x662711) is known color: Baker's Chocolate. HEX triplet: 66, 27 and 11. RGB value is (102,39,17). Sum of RGB (Red+Green+Blue) = 102+39+17=158 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.56% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 102 - color contains mainly: red. Hex color #662711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662711 is #99D8EE. Grayscale: #373737. Windows color (decimal): -10082543 or 1124198. OLE color: 1124198.
HSL color Cylindrical-coordinate representation of color #662711: hue angle of 15.53º 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 #662711 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 17 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.6 |
| HSL | 15.53º | 0.71% | 0.23% | - |
| HSV(B) | 15.53º | 0.83% | 0.4% | - |
| XYZ | 6.31 | 4.32 | 1.03 | - |
| YUV | 55.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 17 | 0 | 0.62 | 0.83 | 0.6 | 15.53 | 0.71 | 0.23 |
| Hex | 66 | 27 | 11 | 0 | 3E | 53 | 3C | 10 | 47 | 17 |
| Octal | 146 | 47 | 21 | 0 | 76 | 123 | 74 | 20 | 107 | 27 |
| Binary | 1100110 | 100111 | 10001 | 0 | 111110 | 1010011 | 111100 | 10000 | 1000111 | 10111 |
Color Harmonies of #662711
Complementary color
Monochromatic Colors of #662711
Black with #662711
Text Example
Text Example
White with #662711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662711; }
p { color: rgb(102,39,17); }
H1.HeaderClassName
{
color: #662711;
}
.AnyTagClassName
{
color: #662711;
}
</style>
background-color css
<style>
a { background-color: #662711; }
a { background-color: rgb(102,39,17); }
div.DivClassName
{
background-color: #662711;
}
.BgClassName
{
background-color: #662711;
}
</style>
border-color css
<style>
span { border-color: #662711; }
span { border-color: rgb(102,39,17); }
td.TdClassName
{
border-color: #662711;
}
.TagClassName
{
border-color: #662711;
}
</style>