Shades of Baker's Chocolate #663B0A
Tints of Baker's Chocolate #663B0A
RGB
CMYK
RGB Variations
Color information
#663B0A (or 0x663B0A) is known color: Baker's Chocolate. HEX triplet: 66, 3B and 0A. RGB value is (102,59,10). Sum of RGB (Red+Green+Blue) = 102+59+10=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #663B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B0A is #99C4F5. Grayscale: #424242. Windows color (decimal): -10077430 or 670566. OLE color: 670566.
HSL color Cylindrical-coordinate representation of color #663B0A: hue angle of 31.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #663B0A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 10 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.6 |
| HSL | 31.96º | 0.82% | 0.22% | - |
| HSV(B) | 31.96º | 0.9% | 0.4% | - |
| XYZ | 7.1 | 5.97 | 1.07 | - |
| YUV | 66.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 10 | 0 | 0.42 | 0.90 | 0.6 | 31.96 | 0.82 | 0.22 |
| Hex | 66 | 3B | A | 0 | 2A | 5A | 3C | 20 | 52 | 16 |
| Octal | 146 | 73 | 12 | 0 | 52 | 132 | 74 | 40 | 122 | 26 |
| Binary | 1100110 | 111011 | 1010 | 0 | 101010 | 1011010 | 111100 | 100000 | 1010010 | 10110 |
Color Harmonies of #663B0A
Complementary color
Monochromatic Colors of #663B0A
Black with #663B0A
Text Example
Text Example
White with #663B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B0A; }
p { color: rgb(102,59,10); }
H1.HeaderClassName
{
color: #663B0A;
}
.AnyTagClassName
{
color: #663B0A;
}
</style>
background-color css
<style>
a { background-color: #663B0A; }
a { background-color: rgb(102,59,10); }
div.DivClassName
{
background-color: #663B0A;
}
.BgClassName
{
background-color: #663B0A;
}
</style>
border-color css
<style>
span { border-color: #663B0A; }
span { border-color: rgb(102,59,10); }
td.TdClassName
{
border-color: #663B0A;
}
.TagClassName
{
border-color: #663B0A;
}
</style>