Shades of Dallas #664A2F
Tints of Dallas #664A2F
RGB
CMYK
RGB Variations
Color information
#664A2F (or 0x664A2F) is known color: Dallas. HEX triplet: 66, 4A and 2F. RGB value is (102,74,47). Sum of RGB (Red+Green+Blue) = 102+74+47=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A2F is #99B5D0. Grayscale: #4F4F4F. Windows color (decimal): -10073553 or 3099238. OLE color: 3099238.
HSL color Cylindrical-coordinate representation of color #664A2F: hue angle of 29.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664A2F is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 47 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.6 |
| HSL | 29.45º | 0.37% | 0.29% | - |
| HSV(B) | 29.45º | 0.54% | 0.4% | - |
| XYZ | 8.44 | 7.93 | 3.77 | - |
| YUV | 79.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 47 | 0 | 0.27 | 0.54 | 0.6 | 29.45 | 0.37 | 0.29 |
| Hex | 66 | 4A | 2F | 0 | 1B | 36 | 3C | 1D | 25 | 1D |
| Octal | 146 | 112 | 57 | 0 | 33 | 66 | 74 | 35 | 45 | 35 |
| Binary | 1100110 | 1001010 | 101111 | 0 | 11011 | 110110 | 111100 | 11101 | 100101 | 11101 |
Color Harmonies of #664A2F
Complementary color
Monochromatic Colors of #664A2F
Black with #664A2F
Text Example
Text Example
White with #664A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A2F; }
p { color: rgb(102,74,47); }
H1.HeaderClassName
{
color: #664A2F;
}
.AnyTagClassName
{
color: #664A2F;
}
</style>
background-color css
<style>
a { background-color: #664A2F; }
a { background-color: rgb(102,74,47); }
div.DivClassName
{
background-color: #664A2F;
}
.BgClassName
{
background-color: #664A2F;
}
</style>
border-color css
<style>
span { border-color: #664A2F; }
span { border-color: rgb(102,74,47); }
td.TdClassName
{
border-color: #664A2F;
}
.TagClassName
{
border-color: #664A2F;
}
</style>