Shades of Dark Brown #664425
Tints of Dark Brown #664425
RGB
CMYK
RGB Variations
Color information
#664425 (or 0x664425) is known color: Dark Brown. HEX triplet: 66, 44 and 25. RGB value is (102,68,37). Sum of RGB (Red+Green+Blue) = 102+68+37=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664425 is #99BBDA. Grayscale: #4A4A4A. Windows color (decimal): -10075099 or 2442342. OLE color: 2442342.
HSL color Cylindrical-coordinate representation of color #664425: hue angle of 28.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664425 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 37 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.6 |
| HSL | 28.62º | 0.47% | 0.27% | - |
| HSV(B) | 28.62º | 0.64% | 0.4% | - |
| XYZ | 7.88 | 7.09 | 2.7 | - |
| YUV | 74.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 37 | 0 | 0.33 | 0.64 | 0.6 | 28.62 | 0.47 | 0.27 |
| Hex | 66 | 44 | 25 | 0 | 21 | 40 | 3C | 1D | 2F | 1B |
| Octal | 146 | 104 | 45 | 0 | 41 | 100 | 74 | 35 | 57 | 33 |
| Binary | 1100110 | 1000100 | 100101 | 0 | 100001 | 1000000 | 111100 | 11101 | 101111 | 11011 |
Color Harmonies of #664425
Complementary color
Monochromatic Colors of #664425
Black with #664425
Text Example
Text Example
White with #664425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664425; }
p { color: rgb(102,68,37); }
H1.HeaderClassName
{
color: #664425;
}
.AnyTagClassName
{
color: #664425;
}
</style>
background-color css
<style>
a { background-color: #664425; }
a { background-color: rgb(102,68,37); }
div.DivClassName
{
background-color: #664425;
}
.BgClassName
{
background-color: #664425;
}
</style>
border-color css
<style>
span { border-color: #664425; }
span { border-color: rgb(102,68,37); }
td.TdClassName
{
border-color: #664425;
}
.TagClassName
{
border-color: #664425;
}
</style>