Shades of Baker's Chocolate #662206
Tints of Baker's Chocolate #662206
RGB
CMYK
RGB Variations
Color information
#662206 (or 0x662206) is known color: Baker's Chocolate. HEX triplet: 66, 22 and 06. RGB value is (102,34,6). Sum of RGB (Red+Green+Blue) = 102+34+6=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #662206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662206 is #99DDF9. Grayscale: #333333. Windows color (decimal): -10083834 or 402022. OLE color: 402022.
HSL color Cylindrical-coordinate representation of color #662206: hue angle of 17.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #662206 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 6 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.6 |
| HSL | 17.5º | 0.89% | 0.21% | - |
| HSV(B) | 17.5º | 0.94% | 0.4% | - |
| XYZ | 6.08 | 3.98 | 0.62 | - |
| YUV | 51.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 6 | 0 | 0.67 | 0.94 | 0.6 | 17.5 | 0.89 | 0.21 |
| Hex | 66 | 22 | 6 | 0 | 43 | 5E | 3C | 12 | 59 | 15 |
| Octal | 146 | 42 | 6 | 0 | 103 | 136 | 74 | 22 | 131 | 25 |
| Binary | 1100110 | 100010 | 110 | 0 | 1000011 | 1011110 | 111100 | 10010 | 1011001 | 10101 |
Color Harmonies of #662206
Complementary color
Monochromatic Colors of #662206
Black with #662206
Text Example
Text Example
White with #662206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662206; }
p { color: rgb(102,34,6); }
H1.HeaderClassName
{
color: #662206;
}
.AnyTagClassName
{
color: #662206;
}
</style>
background-color css
<style>
a { background-color: #662206; }
a { background-color: rgb(102,34,6); }
div.DivClassName
{
background-color: #662206;
}
.BgClassName
{
background-color: #662206;
}
</style>
border-color css
<style>
span { border-color: #662206; }
span { border-color: rgb(102,34,6); }
td.TdClassName
{
border-color: #662206;
}
.TagClassName
{
border-color: #662206;
}
</style>