Shades of Dallas #664E32
Tints of Dallas #664E32
RGB
CMYK
RGB Variations
Color information
#664E32 (or 0x664E32) is known color: Dallas. HEX triplet: 66, 4E and 32. RGB value is (102,78,50). Sum of RGB (Red+Green+Blue) = 102+78+50=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #664E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E32 is #99B1CD. Grayscale: #525252. Windows color (decimal): -10072526 or 3296870. OLE color: 3296870.
HSL color Cylindrical-coordinate representation of color #664E32: hue angle of 32.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664E32 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 50 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.6 |
| HSL | 32.31º | 0.34% | 0.3% | - |
| HSV(B) | 32.31º | 0.51% | 0.4% | - |
| XYZ | 8.78 | 8.5 | 4.2 | - |
| YUV | 81.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 50 | 0 | 0.24 | 0.51 | 0.6 | 32.31 | 0.34 | 0.3 |
| Hex | 66 | 4E | 32 | 0 | 18 | 33 | 3C | 20 | 22 | 1E |
| Octal | 146 | 116 | 62 | 0 | 30 | 63 | 74 | 40 | 42 | 36 |
| Binary | 1100110 | 1001110 | 110010 | 0 | 11000 | 110011 | 111100 | 100000 | 100010 | 11110 |
Color Harmonies of #664E32
Complementary color
Monochromatic Colors of #664E32
Black with #664E32
Text Example
Text Example
White with #664E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E32; }
p { color: rgb(102,78,50); }
H1.HeaderClassName
{
color: #664E32;
}
.AnyTagClassName
{
color: #664E32;
}
</style>
background-color css
<style>
a { background-color: #664E32; }
a { background-color: rgb(102,78,50); }
div.DivClassName
{
background-color: #664E32;
}
.BgClassName
{
background-color: #664E32;
}
</style>
border-color css
<style>
span { border-color: #664E32; }
span { border-color: rgb(102,78,50); }
td.TdClassName
{
border-color: #664E32;
}
.TagClassName
{
border-color: #664E32;
}
</style>