Shades of Dark Brown #664620
Tints of Dark Brown #664620
RGB
CMYK
RGB Variations
Color information
#664620 (or 0x664620) is known color: Dark Brown. HEX triplet: 66, 46 and 20. RGB value is (102,70,32). Sum of RGB (Red+Green+Blue) = 102+70+32=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664620 is #99B9DF. Grayscale: #4B4B4B. Windows color (decimal): -10074592 or 2115174. OLE color: 2115174.
HSL color Cylindrical-coordinate representation of color #664620: hue angle of 32.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664620 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 32 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.6 |
| HSL | 32.57º | 0.52% | 0.26% | - |
| HSV(B) | 32.57º | 0.69% | 0.4% | - |
| XYZ | 7.93 | 7.31 | 2.36 | - |
| YUV | 75.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 32 | 0 | 0.31 | 0.69 | 0.6 | 32.57 | 0.52 | 0.26 |
| Hex | 66 | 46 | 20 | 0 | 1F | 45 | 3C | 21 | 34 | 1A |
| Octal | 146 | 106 | 40 | 0 | 37 | 105 | 74 | 41 | 64 | 32 |
| Binary | 1100110 | 1000110 | 100000 | 0 | 11111 | 1000101 | 111100 | 100001 | 110100 | 11010 |
Color Harmonies of #664620
Complementary color
Monochromatic Colors of #664620
Black with #664620
Text Example
Text Example
White with #664620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664620; }
p { color: rgb(102,70,32); }
H1.HeaderClassName
{
color: #664620;
}
.AnyTagClassName
{
color: #664620;
}
</style>
background-color css
<style>
a { background-color: #664620; }
a { background-color: rgb(102,70,32); }
div.DivClassName
{
background-color: #664620;
}
.BgClassName
{
background-color: #664620;
}
</style>
border-color css
<style>
span { border-color: #664620; }
span { border-color: rgb(102,70,32); }
td.TdClassName
{
border-color: #664620;
}
.TagClassName
{
border-color: #664620;
}
</style>