Shades of Baker's Chocolate #662706
Tints of Baker's Chocolate #662706
RGB
CMYK
RGB Variations
Color information
#662706 (or 0x662706) is known color: Baker's Chocolate. HEX triplet: 66, 27 and 06. RGB value is (102,39,6). Sum of RGB (Red+Green+Blue) = 102+39+6=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #662706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662706 is #99D8F9. Grayscale: #363636. Windows color (decimal): -10082554 or 403302. OLE color: 403302.
HSL color Cylindrical-coordinate representation of color #662706: hue angle of 20.62º 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 #662706 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 6 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.6 |
| HSL | 20.63º | 0.89% | 0.21% | - |
| HSV(B) | 20.63º | 0.94% | 0.4% | - |
| XYZ | 6.24 | 4.29 | 0.67 | - |
| YUV | 54.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 6 | 0 | 0.62 | 0.94 | 0.6 | 20.63 | 0.89 | 0.21 |
| Hex | 66 | 27 | 6 | 0 | 3E | 5E | 3C | 15 | 59 | 15 |
| Octal | 146 | 47 | 6 | 0 | 76 | 136 | 74 | 25 | 131 | 25 |
| Binary | 1100110 | 100111 | 110 | 0 | 111110 | 1011110 | 111100 | 10101 | 1011001 | 10101 |
Color Harmonies of #662706
Complementary color
Monochromatic Colors of #662706
Black with #662706
Text Example
Text Example
White with #662706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662706; }
p { color: rgb(102,39,6); }
H1.HeaderClassName
{
color: #662706;
}
.AnyTagClassName
{
color: #662706;
}
</style>
background-color css
<style>
a { background-color: #662706; }
a { background-color: rgb(102,39,6); }
div.DivClassName
{
background-color: #662706;
}
.BgClassName
{
background-color: #662706;
}
</style>
border-color css
<style>
span { border-color: #662706; }
span { border-color: rgb(102,39,6); }
td.TdClassName
{
border-color: #662706;
}
.TagClassName
{
border-color: #662706;
}
</style>