Shades of Baker's Chocolate #663516
Tints of Baker's Chocolate #663516
RGB
CMYK
RGB Variations
Color information
#663516 (or 0x663516) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 16. RGB value is (102,53,22). Sum of RGB (Red+Green+Blue) = 102+53+22=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663516 is #99CAE9. Grayscale: #404040. Windows color (decimal): -10078954 or 1455462. OLE color: 1455462.
HSL color Cylindrical-coordinate representation of color #663516: hue angle of 23.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #663516 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 22 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.6 |
| HSL | 23.25º | 0.65% | 0.24% | - |
| HSV(B) | 23.25º | 0.78% | 0.4% | - |
| XYZ | 6.9 | 5.43 | 1.44 | - |
| YUV | 64.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 22 | 0 | 0.48 | 0.78 | 0.6 | 23.25 | 0.65 | 0.24 |
| Hex | 66 | 35 | 16 | 0 | 30 | 4E | 3C | 17 | 41 | 18 |
| Octal | 146 | 65 | 26 | 0 | 60 | 116 | 74 | 27 | 101 | 30 |
| Binary | 1100110 | 110101 | 10110 | 0 | 110000 | 1001110 | 111100 | 10111 | 1000001 | 11000 |
Color Harmonies of #663516
Complementary color
Monochromatic Colors of #663516
Black with #663516
Text Example
Text Example
White with #663516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663516; }
p { color: rgb(102,53,22); }
H1.HeaderClassName
{
color: #663516;
}
.AnyTagClassName
{
color: #663516;
}
</style>
background-color css
<style>
a { background-color: #663516; }
a { background-color: rgb(102,53,22); }
div.DivClassName
{
background-color: #663516;
}
.BgClassName
{
background-color: #663516;
}
</style>
border-color css
<style>
span { border-color: #663516; }
span { border-color: rgb(102,53,22); }
td.TdClassName
{
border-color: #663516;
}
.TagClassName
{
border-color: #663516;
}
</style>