Shades of Baker's Chocolate #663217
Tints of Baker's Chocolate #663217
RGB
CMYK
RGB Variations
Color information
#663217 (or 0x663217) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 17. RGB value is (102,50,23). Sum of RGB (Red+Green+Blue) = 102+50+23=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663217 is #99CDE8. Grayscale: #3E3E3E. Windows color (decimal): -10079721 or 1520230. OLE color: 1520230.
HSL color Cylindrical-coordinate representation of color #663217: hue angle of 20.51º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663217 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 23 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.6 |
| HSL | 20.51º | 0.63% | 0.25% | - |
| HSV(B) | 20.51º | 0.77% | 0.4% | - |
| XYZ | 6.77 | 5.17 | 1.45 | - |
| YUV | 62.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 23 | 0 | 0.51 | 0.77 | 0.6 | 20.51 | 0.63 | 0.25 |
| Hex | 66 | 32 | 17 | 0 | 33 | 4D | 3C | 15 | 3F | 19 |
| Octal | 146 | 62 | 27 | 0 | 63 | 115 | 74 | 25 | 77 | 31 |
| Binary | 1100110 | 110010 | 10111 | 0 | 110011 | 1001101 | 111100 | 10101 | 111111 | 11001 |
Color Harmonies of #663217
Complementary color
Monochromatic Colors of #663217
Black with #663217
Text Example
Text Example
White with #663217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663217; }
p { color: rgb(102,50,23); }
H1.HeaderClassName
{
color: #663217;
}
.AnyTagClassName
{
color: #663217;
}
</style>
background-color css
<style>
a { background-color: #663217; }
a { background-color: rgb(102,50,23); }
div.DivClassName
{
background-color: #663217;
}
.BgClassName
{
background-color: #663217;
}
</style>
border-color css
<style>
span { border-color: #663217; }
span { border-color: rgb(102,50,23); }
td.TdClassName
{
border-color: #663217;
}
.TagClassName
{
border-color: #663217;
}
</style>