Shades of Baker's Chocolate #663415
Tints of Baker's Chocolate #663415
RGB
CMYK
RGB Variations
Color information
#663415 (or 0x663415) is known color: Baker's Chocolate. HEX triplet: 66, 34 and 15. RGB value is (102,52,21). Sum of RGB (Red+Green+Blue) = 102+52+21=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663415 is #99CBEA. Grayscale: #3F3F3F. Windows color (decimal): -10079211 or 1389670. OLE color: 1389670.
HSL color Cylindrical-coordinate representation of color #663415: hue angle of 22.96º 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 #663415 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 21 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.6 |
| HSL | 22.96º | 0.66% | 0.24% | - |
| HSV(B) | 22.96º | 0.79% | 0.4% | - |
| XYZ | 6.84 | 5.33 | 1.38 | - |
| YUV | 63.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 21 | 0 | 0.49 | 0.79 | 0.6 | 22.96 | 0.66 | 0.24 |
| Hex | 66 | 34 | 15 | 0 | 31 | 4F | 3C | 17 | 42 | 18 |
| Octal | 146 | 64 | 25 | 0 | 61 | 117 | 74 | 27 | 102 | 30 |
| Binary | 1100110 | 110100 | 10101 | 0 | 110001 | 1001111 | 111100 | 10111 | 1000010 | 11000 |
Color Harmonies of #663415
Complementary color
Monochromatic Colors of #663415
Black with #663415
Text Example
Text Example
White with #663415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663415; }
p { color: rgb(102,52,21); }
H1.HeaderClassName
{
color: #663415;
}
.AnyTagClassName
{
color: #663415;
}
</style>
background-color css
<style>
a { background-color: #663415; }
a { background-color: rgb(102,52,21); }
div.DivClassName
{
background-color: #663415;
}
.BgClassName
{
background-color: #663415;
}
</style>
border-color css
<style>
span { border-color: #663415; }
span { border-color: rgb(102,52,21); }
td.TdClassName
{
border-color: #663415;
}
.TagClassName
{
border-color: #663415;
}
</style>