Shades of Dark Brown #664221
Tints of Dark Brown #664221
RGB
CMYK
RGB Variations
Color information
#664221 (or 0x664221) is known color: Dark Brown. HEX triplet: 66, 42 and 21. RGB value is (102,66,33). Sum of RGB (Red+Green+Blue) = 102+66+33=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #664221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664221 is #99BDDE. Grayscale: #494949. Windows color (decimal): -10075615 or 2179686. OLE color: 2179686.
HSL color Cylindrical-coordinate representation of color #664221: hue angle of 28.7º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664221 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 33 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.6 |
| HSL | 28.7º | 0.51% | 0.26% | - |
| HSV(B) | 28.7º | 0.68% | 0.4% | - |
| XYZ | 7.7 | 6.83 | 2.35 | - |
| YUV | 73 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 33 | 0 | 0.35 | 0.68 | 0.6 | 28.7 | 0.51 | 0.26 |
| Hex | 66 | 42 | 21 | 0 | 23 | 44 | 3C | 1D | 33 | 1A |
| Octal | 146 | 102 | 41 | 0 | 43 | 104 | 74 | 35 | 63 | 32 |
| Binary | 1100110 | 1000010 | 100001 | 0 | 100011 | 1000100 | 111100 | 11101 | 110011 | 11010 |
Color Harmonies of #664221
Complementary color
Monochromatic Colors of #664221
Black with #664221
Text Example
Text Example
White with #664221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664221; }
p { color: rgb(102,66,33); }
H1.HeaderClassName
{
color: #664221;
}
.AnyTagClassName
{
color: #664221;
}
</style>
background-color css
<style>
a { background-color: #664221; }
a { background-color: rgb(102,66,33); }
div.DivClassName
{
background-color: #664221;
}
.BgClassName
{
background-color: #664221;
}
</style>
border-color css
<style>
span { border-color: #664221; }
span { border-color: rgb(102,66,33); }
td.TdClassName
{
border-color: #664221;
}
.TagClassName
{
border-color: #664221;
}
</style>