Shades of Baker's Chocolate #663B10
Tints of Baker's Chocolate #663B10
RGB
CMYK
RGB Variations
Color information
#663B10 (or 0x663B10) is known color: Baker's Chocolate. HEX triplet: 66, 3B and 10. RGB value is (102,59,16). Sum of RGB (Red+Green+Blue) = 102+59+16=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B10 is #99C4EF. Grayscale: #434343. Windows color (decimal): -10077424 or 1063782. OLE color: 1063782.
HSL color Cylindrical-coordinate representation of color #663B10: hue angle of 30º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #663B10 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 16 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.6 |
| HSL | 30º | 0.73% | 0.23% | - |
| HSV(B) | 30º | 0.84% | 0.4% | - |
| XYZ | 7.14 | 5.99 | 1.27 | - |
| YUV | 66.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 16 | 0 | 0.42 | 0.84 | 0.6 | 30 | 0.73 | 0.23 |
| Hex | 66 | 3B | 10 | 0 | 2A | 54 | 3C | 1E | 49 | 17 |
| Octal | 146 | 73 | 20 | 0 | 52 | 124 | 74 | 36 | 111 | 27 |
| Binary | 1100110 | 111011 | 10000 | 0 | 101010 | 1010100 | 111100 | 11110 | 1001001 | 10111 |
Color Harmonies of #663B10
Complementary color
Monochromatic Colors of #663B10
Black with #663B10
Text Example
Text Example
White with #663B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B10; }
p { color: rgb(102,59,16); }
H1.HeaderClassName
{
color: #663B10;
}
.AnyTagClassName
{
color: #663B10;
}
</style>
background-color css
<style>
a { background-color: #663B10; }
a { background-color: rgb(102,59,16); }
div.DivClassName
{
background-color: #663B10;
}
.BgClassName
{
background-color: #663B10;
}
</style>
border-color css
<style>
span { border-color: #663B10; }
span { border-color: rgb(102,59,16); }
td.TdClassName
{
border-color: #663B10;
}
.TagClassName
{
border-color: #663B10;
}
</style>