Shades of Dallas #664F30
Tints of Dallas #664F30
RGB
CMYK
RGB Variations
Color information
#664F30 (or 0x664F30) is known color: Dallas. HEX triplet: 66, 4F and 30. RGB value is (102,79,48). Sum of RGB (Red+Green+Blue) = 102+79+48=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #664F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F30 is #99B0CF. Grayscale: #525252. Windows color (decimal): -10072272 or 3166054. OLE color: 3166054.
HSL color Cylindrical-coordinate representation of color #664F30: hue angle of 34.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #664F30 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 48 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.6 |
| HSL | 34.44º | 0.36% | 0.29% | - |
| HSV(B) | 34.44º | 0.53% | 0.4% | - |
| XYZ | 8.81 | 8.63 | 4 | - |
| YUV | 82.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 48 | 0 | 0.23 | 0.53 | 0.6 | 34.44 | 0.36 | 0.29 |
| Hex | 66 | 4F | 30 | 0 | 17 | 35 | 3C | 22 | 24 | 1D |
| Octal | 146 | 117 | 60 | 0 | 27 | 65 | 74 | 42 | 44 | 35 |
| Binary | 1100110 | 1001111 | 110000 | 0 | 10111 | 110101 | 111100 | 100010 | 100100 | 11101 |
Color Harmonies of #664F30
Complementary color
Monochromatic Colors of #664F30
Black with #664F30
Text Example
Text Example
White with #664F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F30; }
p { color: rgb(102,79,48); }
H1.HeaderClassName
{
color: #664F30;
}
.AnyTagClassName
{
color: #664F30;
}
</style>
background-color css
<style>
a { background-color: #664F30; }
a { background-color: rgb(102,79,48); }
div.DivClassName
{
background-color: #664F30;
}
.BgClassName
{
background-color: #664F30;
}
</style>
border-color css
<style>
span { border-color: #664F30; }
span { border-color: rgb(102,79,48); }
td.TdClassName
{
border-color: #664F30;
}
.TagClassName
{
border-color: #664F30;
}
</style>