Shades of Dallas #66492D
Tints of Dallas #66492D
RGB
CMYK
RGB Variations
Color information
#66492D (or 0x66492D) is known color: Dallas. HEX triplet: 66, 49 and 2D. RGB value is (102,73,45). Sum of RGB (Red+Green+Blue) = 102+73+45=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #66492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66492D is #99B6D2. Grayscale: #4E4E4E. Windows color (decimal): -10073811 or 2967910. OLE color: 2967910.
HSL color Cylindrical-coordinate representation of color #66492D: hue angle of 29.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66492D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 45 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.6 |
| HSL | 29.47º | 0.39% | 0.29% | - |
| HSV(B) | 29.47º | 0.56% | 0.4% | - |
| XYZ | 8.34 | 7.78 | 3.54 | - |
| YUV | 78.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 45 | 0 | 0.28 | 0.56 | 0.6 | 29.47 | 0.39 | 0.29 |
| Hex | 66 | 49 | 2D | 0 | 1C | 38 | 3C | 1D | 27 | 1D |
| Octal | 146 | 111 | 55 | 0 | 34 | 70 | 74 | 35 | 47 | 35 |
| Binary | 1100110 | 1001001 | 101101 | 0 | 11100 | 111000 | 111100 | 11101 | 100111 | 11101 |
Color Harmonies of #66492D
Complementary color
Monochromatic Colors of #66492D
Black with #66492D
Text Example
Text Example
White with #66492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66492D; }
p { color: rgb(102,73,45); }
H1.HeaderClassName
{
color: #66492D;
}
.AnyTagClassName
{
color: #66492D;
}
</style>
background-color css
<style>
a { background-color: #66492D; }
a { background-color: rgb(102,73,45); }
div.DivClassName
{
background-color: #66492D;
}
.BgClassName
{
background-color: #66492D;
}
</style>
border-color css
<style>
span { border-color: #66492D; }
span { border-color: rgb(102,73,45); }
td.TdClassName
{
border-color: #66492D;
}
.TagClassName
{
border-color: #66492D;
}
</style>