Shades of Baker's Chocolate #663106
Tints of Baker's Chocolate #663106
RGB
CMYK
RGB Variations
Color information
#663106 (or 0x663106) is known color: Baker's Chocolate. HEX triplet: 66, 31 and 06. RGB value is (102,49,6). Sum of RGB (Red+Green+Blue) = 102+49+6=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #663106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663106 is #99CEF9. Grayscale: #3C3C3C. Windows color (decimal): -10079994 or 405862. OLE color: 405862.
HSL color Cylindrical-coordinate representation of color #663106: hue angle of 26.88º 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 #663106 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 6 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.6 |
| HSL | 26.88º | 0.89% | 0.21% | - |
| HSV(B) | 26.88º | 0.94% | 0.4% | - |
| XYZ | 6.61 | 5.03 | 0.8 | - |
| YUV | 59.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 6 | 0 | 0.52 | 0.94 | 0.6 | 26.88 | 0.89 | 0.21 |
| Hex | 66 | 31 | 6 | 0 | 34 | 5E | 3C | 1B | 59 | 15 |
| Octal | 146 | 61 | 6 | 0 | 64 | 136 | 74 | 33 | 131 | 25 |
| Binary | 1100110 | 110001 | 110 | 0 | 110100 | 1011110 | 111100 | 11011 | 1011001 | 10101 |
Color Harmonies of #663106
Complementary color
Monochromatic Colors of #663106
Black with #663106
Text Example
Text Example
White with #663106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663106; }
p { color: rgb(102,49,6); }
H1.HeaderClassName
{
color: #663106;
}
.AnyTagClassName
{
color: #663106;
}
</style>
background-color css
<style>
a { background-color: #663106; }
a { background-color: rgb(102,49,6); }
div.DivClassName
{
background-color: #663106;
}
.BgClassName
{
background-color: #663106;
}
</style>
border-color css
<style>
span { border-color: #663106; }
span { border-color: rgb(102,49,6); }
td.TdClassName
{
border-color: #663106;
}
.TagClassName
{
border-color: #663106;
}
</style>