Shades of Dallas #664A30
Tints of Dallas #664A30
RGB
CMYK
RGB Variations
Color information
#664A30 (or 0x664A30) is known color: Dallas. HEX triplet: 66, 4A and 30. RGB value is (102,74,48). Sum of RGB (Red+Green+Blue) = 102+74+48=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A30 is #99B5CF. Grayscale: #4F4F4F. Windows color (decimal): -10073552 or 3164774. OLE color: 3164774.
HSL color Cylindrical-coordinate representation of color #664A30: hue angle of 28.89º 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 #664A30 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 48 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.6 |
| HSL | 28.89º | 0.36% | 0.29% | - |
| HSV(B) | 28.89º | 0.53% | 0.4% | - |
| XYZ | 8.46 | 7.94 | 3.88 | - |
| YUV | 79.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 48 | 0 | 0.27 | 0.53 | 0.6 | 28.89 | 0.36 | 0.29 |
| Hex | 66 | 4A | 30 | 0 | 1B | 35 | 3C | 1D | 24 | 1D |
| Octal | 146 | 112 | 60 | 0 | 33 | 65 | 74 | 35 | 44 | 35 |
| Binary | 1100110 | 1001010 | 110000 | 0 | 11011 | 110101 | 111100 | 11101 | 100100 | 11101 |
Color Harmonies of #664A30
Complementary color
Monochromatic Colors of #664A30
Black with #664A30
Text Example
Text Example
White with #664A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A30; }
p { color: rgb(102,74,48); }
H1.HeaderClassName
{
color: #664A30;
}
.AnyTagClassName
{
color: #664A30;
}
</style>
background-color css
<style>
a { background-color: #664A30; }
a { background-color: rgb(102,74,48); }
div.DivClassName
{
background-color: #664A30;
}
.BgClassName
{
background-color: #664A30;
}
</style>
border-color css
<style>
span { border-color: #664A30; }
span { border-color: rgb(102,74,48); }
td.TdClassName
{
border-color: #664A30;
}
.TagClassName
{
border-color: #664A30;
}
</style>