Shades of Baker's Chocolate #663515
Tints of Baker's Chocolate #663515
RGB
CMYK
RGB Variations
Color information
#663515 (or 0x663515) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 15. RGB value is (102,53,21). Sum of RGB (Red+Green+Blue) = 102+53+21=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #663515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663515 is #99CAEA. Grayscale: #404040. Windows color (decimal): -10078955 or 1389926. OLE color: 1389926.
HSL color Cylindrical-coordinate representation of color #663515: hue angle of 23.7º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #663515 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 21 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.6 |
| HSL | 23.7º | 0.66% | 0.24% | - |
| HSV(B) | 23.7º | 0.79% | 0.4% | - |
| XYZ | 6.89 | 5.43 | 1.39 | - |
| YUV | 64 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 21 | 0 | 0.48 | 0.79 | 0.6 | 23.7 | 0.66 | 0.24 |
| Hex | 66 | 35 | 15 | 0 | 30 | 4F | 3C | 18 | 42 | 18 |
| Octal | 146 | 65 | 25 | 0 | 60 | 117 | 74 | 30 | 102 | 30 |
| Binary | 1100110 | 110101 | 10101 | 0 | 110000 | 1001111 | 111100 | 11000 | 1000010 | 11000 |
Color Harmonies of #663515
Complementary color
Monochromatic Colors of #663515
Black with #663515
Text Example
Text Example
White with #663515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663515; }
p { color: rgb(102,53,21); }
H1.HeaderClassName
{
color: #663515;
}
.AnyTagClassName
{
color: #663515;
}
</style>
background-color css
<style>
a { background-color: #663515; }
a { background-color: rgb(102,53,21); }
div.DivClassName
{
background-color: #663515;
}
.BgClassName
{
background-color: #663515;
}
</style>
border-color css
<style>
span { border-color: #663515; }
span { border-color: rgb(102,53,21); }
td.TdClassName
{
border-color: #663515;
}
.TagClassName
{
border-color: #663515;
}
</style>