Shades of Dallas #664E36
Tints of Dallas #664E36
RGB
CMYK
RGB Variations
Color information
#664E36 (or 0x664E36) is known color: Dallas. HEX triplet: 66, 4E and 36. RGB value is (102,78,54). Sum of RGB (Red+Green+Blue) = 102+78+54=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #664E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E36 is #99B1C9. Grayscale: #525252. Windows color (decimal): -10072522 or 3559014. OLE color: 3559014.
HSL color Cylindrical-coordinate representation of color #664E36: hue angle of 30º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664E36 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 54 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.6 |
| HSL | 30º | 0.31% | 0.31% | - |
| HSV(B) | 30º | 0.47% | 0.4% | - |
| XYZ | 8.87 | 8.54 | 4.67 | - |
| YUV | 82.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 54 | 0 | 0.24 | 0.47 | 0.6 | 30 | 0.31 | 0.31 |
| Hex | 66 | 4E | 36 | 0 | 18 | 2F | 3C | 1E | 1F | 1F |
| Octal | 146 | 116 | 66 | 0 | 30 | 57 | 74 | 36 | 37 | 37 |
| Binary | 1100110 | 1001110 | 110110 | 0 | 11000 | 101111 | 111100 | 11110 | 11111 | 11111 |
Color Harmonies of #664E36
Complementary color
Monochromatic Colors of #664E36
Black with #664E36
Text Example
Text Example
White with #664E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E36; }
p { color: rgb(102,78,54); }
H1.HeaderClassName
{
color: #664E36;
}
.AnyTagClassName
{
color: #664E36;
}
</style>
background-color css
<style>
a { background-color: #664E36; }
a { background-color: rgb(102,78,54); }
div.DivClassName
{
background-color: #664E36;
}
.BgClassName
{
background-color: #664E36;
}
</style>
border-color css
<style>
span { border-color: #664E36; }
span { border-color: rgb(102,78,54); }
td.TdClassName
{
border-color: #664E36;
}
.TagClassName
{
border-color: #664E36;
}
</style>