Shades of Dark Brown #664217
Tints of Dark Brown #664217
RGB
CMYK
RGB Variations
Color information
#664217 (or 0x664217) is known color: Dark Brown. HEX triplet: 66, 42 and 17. RGB value is (102,66,23). Sum of RGB (Red+Green+Blue) = 102+66+23=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664217 is #99BDE8. Grayscale: #484848. Windows color (decimal): -10075625 or 1524326. OLE color: 1524326.
HSL color Cylindrical-coordinate representation of color #664217: hue angle of 32.66º 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 #664217 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 23 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.6 |
| HSL | 32.66º | 0.63% | 0.25% | - |
| HSV(B) | 32.66º | 0.77% | 0.4% | - |
| XYZ | 7.58 | 6.78 | 1.72 | - |
| YUV | 71.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 23 | 0 | 0.35 | 0.77 | 0.6 | 32.66 | 0.63 | 0.25 |
| Hex | 66 | 42 | 17 | 0 | 23 | 4D | 3C | 21 | 3F | 19 |
| Octal | 146 | 102 | 27 | 0 | 43 | 115 | 74 | 41 | 77 | 31 |
| Binary | 1100110 | 1000010 | 10111 | 0 | 100011 | 1001101 | 111100 | 100001 | 111111 | 11001 |
Color Harmonies of #664217
Complementary color
Monochromatic Colors of #664217
Black with #664217
Text Example
Text Example
White with #664217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664217; }
p { color: rgb(102,66,23); }
H1.HeaderClassName
{
color: #664217;
}
.AnyTagClassName
{
color: #664217;
}
</style>
background-color css
<style>
a { background-color: #664217; }
a { background-color: rgb(102,66,23); }
div.DivClassName
{
background-color: #664217;
}
.BgClassName
{
background-color: #664217;
}
</style>
border-color css
<style>
span { border-color: #664217; }
span { border-color: rgb(102,66,23); }
td.TdClassName
{
border-color: #664217;
}
.TagClassName
{
border-color: #664217;
}
</style>