Shades of Dark Brown #664017
Tints of Dark Brown #664017
RGB
CMYK
RGB Variations
Color information
#664017 (or 0x664017) is known color: Dark Brown. HEX triplet: 66, 40 and 17. RGB value is (102,64,23). Sum of RGB (Red+Green+Blue) = 102+64+23=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664017 is #99BFE8. Grayscale: #464646. Windows color (decimal): -10076137 or 1523814. OLE color: 1523814.
HSL color Cylindrical-coordinate representation of color #664017: hue angle of 31.14º 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 #664017 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 23 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.6 |
| HSL | 31.14º | 0.63% | 0.25% | - |
| HSV(B) | 31.14º | 0.77% | 0.4% | - |
| XYZ | 7.47 | 6.55 | 1.68 | - |
| YUV | 70.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 23 | 0 | 0.37 | 0.77 | 0.6 | 31.14 | 0.63 | 0.25 |
| Hex | 66 | 40 | 17 | 0 | 25 | 4D | 3C | 1F | 3F | 19 |
| Octal | 146 | 100 | 27 | 0 | 45 | 115 | 74 | 37 | 77 | 31 |
| Binary | 1100110 | 1000000 | 10111 | 0 | 100101 | 1001101 | 111100 | 11111 | 111111 | 11001 |
Color Harmonies of #664017
Complementary color
Monochromatic Colors of #664017
Black with #664017
Text Example
Text Example
White with #664017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664017; }
p { color: rgb(102,64,23); }
H1.HeaderClassName
{
color: #664017;
}
.AnyTagClassName
{
color: #664017;
}
</style>
background-color css
<style>
a { background-color: #664017; }
a { background-color: rgb(102,64,23); }
div.DivClassName
{
background-color: #664017;
}
.BgClassName
{
background-color: #664017;
}
</style>
border-color css
<style>
span { border-color: #664017; }
span { border-color: rgb(102,64,23); }
td.TdClassName
{
border-color: #664017;
}
.TagClassName
{
border-color: #664017;
}
</style>