Shades of Dallas #664D32
Tints of Dallas #664D32
RGB
CMYK
RGB Variations
Color information
#664D32 (or 0x664D32) is known color: Dallas. HEX triplet: 66, 4D and 32. RGB value is (102,77,50). Sum of RGB (Red+Green+Blue) = 102+77+50=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #664D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D32 is #99B2CD. Grayscale: #515151. Windows color (decimal): -10072782 or 3296614. OLE color: 3296614.
HSL color Cylindrical-coordinate representation of color #664D32: hue angle of 31.15º 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 #664D32 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 50 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.6 |
| HSL | 31.15º | 0.34% | 0.3% | - |
| HSV(B) | 31.15º | 0.51% | 0.4% | - |
| XYZ | 8.71 | 8.36 | 4.17 | - |
| YUV | 81.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 50 | 0 | 0.25 | 0.51 | 0.6 | 31.15 | 0.34 | 0.3 |
| Hex | 66 | 4D | 32 | 0 | 19 | 33 | 3C | 1F | 22 | 1E |
| Octal | 146 | 115 | 62 | 0 | 31 | 63 | 74 | 37 | 42 | 36 |
| Binary | 1100110 | 1001101 | 110010 | 0 | 11001 | 110011 | 111100 | 11111 | 100010 | 11110 |
Color Harmonies of #664D32
Complementary color
Monochromatic Colors of #664D32
Black with #664D32
Text Example
Text Example
White with #664D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D32; }
p { color: rgb(102,77,50); }
H1.HeaderClassName
{
color: #664D32;
}
.AnyTagClassName
{
color: #664D32;
}
</style>
background-color css
<style>
a { background-color: #664D32; }
a { background-color: rgb(102,77,50); }
div.DivClassName
{
background-color: #664D32;
}
.BgClassName
{
background-color: #664D32;
}
</style>
border-color css
<style>
span { border-color: #664D32; }
span { border-color: rgb(102,77,50); }
td.TdClassName
{
border-color: #664D32;
}
.TagClassName
{
border-color: #664D32;
}
</style>