Shades of Dark Brown #664324
Tints of Dark Brown #664324
RGB
CMYK
RGB Variations
Color information
#664324 (or 0x664324) is known color: Dark Brown. HEX triplet: 66, 43 and 24. RGB value is (102,67,36). Sum of RGB (Red+Green+Blue) = 102+67+36=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664324 is #99BCDB. Grayscale: #4A4A4A. Windows color (decimal): -10075356 or 2376550. OLE color: 2376550.
HSL color Cylindrical-coordinate representation of color #664324: hue angle of 28.18º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664324 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 36 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.6 |
| HSL | 28.18º | 0.48% | 0.27% | - |
| HSV(B) | 28.18º | 0.65% | 0.4% | - |
| XYZ | 7.81 | 6.97 | 2.6 | - |
| YUV | 73.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 36 | 0 | 0.34 | 0.65 | 0.6 | 28.18 | 0.48 | 0.27 |
| Hex | 66 | 43 | 24 | 0 | 22 | 41 | 3C | 1C | 30 | 1B |
| Octal | 146 | 103 | 44 | 0 | 42 | 101 | 74 | 34 | 60 | 33 |
| Binary | 1100110 | 1000011 | 100100 | 0 | 100010 | 1000001 | 111100 | 11100 | 110000 | 11011 |
Color Harmonies of #664324
Complementary color
Monochromatic Colors of #664324
Black with #664324
Text Example
Text Example
White with #664324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664324; }
p { color: rgb(102,67,36); }
H1.HeaderClassName
{
color: #664324;
}
.AnyTagClassName
{
color: #664324;
}
</style>
background-color css
<style>
a { background-color: #664324; }
a { background-color: rgb(102,67,36); }
div.DivClassName
{
background-color: #664324;
}
.BgClassName
{
background-color: #664324;
}
</style>
border-color css
<style>
span { border-color: #664324; }
span { border-color: rgb(102,67,36); }
td.TdClassName
{
border-color: #664324;
}
.TagClassName
{
border-color: #664324;
}
</style>