Shades of Dark Brown #664422
Tints of Dark Brown #664422
RGB
CMYK
RGB Variations
Color information
#664422 (or 0x664422) is known color: Dark Brown. HEX triplet: 66, 44 and 22. RGB value is (102,68,34). Sum of RGB (Red+Green+Blue) = 102+68+34=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664422 is #99BBDD. Grayscale: #4A4A4A. Windows color (decimal): -10075102 or 2245734. OLE color: 2245734.
HSL color Cylindrical-coordinate representation of color #664422: hue angle of 30º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664422 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 34 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.6 |
| HSL | 30º | 0.5% | 0.27% | - |
| HSV(B) | 30º | 0.67% | 0.4% | - |
| XYZ | 7.84 | 7.07 | 2.47 | - |
| YUV | 74.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 34 | 0 | 0.33 | 0.67 | 0.6 | 30 | 0.5 | 0.27 |
| Hex | 66 | 44 | 22 | 0 | 21 | 43 | 3C | 1E | 32 | 1B |
| Octal | 146 | 104 | 42 | 0 | 41 | 103 | 74 | 36 | 62 | 33 |
| Binary | 1100110 | 1000100 | 100010 | 0 | 100001 | 1000011 | 111100 | 11110 | 110010 | 11011 |
Color Harmonies of #664422
Complementary color
Monochromatic Colors of #664422
Black with #664422
Text Example
Text Example
White with #664422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664422; }
p { color: rgb(102,68,34); }
H1.HeaderClassName
{
color: #664422;
}
.AnyTagClassName
{
color: #664422;
}
</style>
background-color css
<style>
a { background-color: #664422; }
a { background-color: rgb(102,68,34); }
div.DivClassName
{
background-color: #664422;
}
.BgClassName
{
background-color: #664422;
}
</style>
border-color css
<style>
span { border-color: #664422; }
span { border-color: rgb(102,68,34); }
td.TdClassName
{
border-color: #664422;
}
.TagClassName
{
border-color: #664422;
}
</style>