Shades of Dallas #664E2F
Tints of Dallas #664E2F
RGB
CMYK
RGB Variations
Color information
#664E2F (or 0x664E2F) is known color: Dallas. HEX triplet: 66, 4E and 2F. RGB value is (102,78,47). Sum of RGB (Red+Green+Blue) = 102+78+47=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #664E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E2F is #99B1D0. Grayscale: #515151. Windows color (decimal): -10072529 or 3100262. OLE color: 3100262.
HSL color Cylindrical-coordinate representation of color #664E2F: hue angle of 33.82º 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 #664E2F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 47 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.6 |
| HSL | 33.82º | 0.37% | 0.29% | - |
| HSV(B) | 33.82º | 0.54% | 0.4% | - |
| XYZ | 8.72 | 8.48 | 3.87 | - |
| YUV | 81.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 47 | 0 | 0.24 | 0.54 | 0.6 | 33.82 | 0.37 | 0.29 |
| Hex | 66 | 4E | 2F | 0 | 18 | 36 | 3C | 22 | 25 | 1D |
| Octal | 146 | 116 | 57 | 0 | 30 | 66 | 74 | 42 | 45 | 35 |
| Binary | 1100110 | 1001110 | 101111 | 0 | 11000 | 110110 | 111100 | 100010 | 100101 | 11101 |
Color Harmonies of #664E2F
Complementary color
Monochromatic Colors of #664E2F
Black with #664E2F
Text Example
Text Example
White with #664E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E2F; }
p { color: rgb(102,78,47); }
H1.HeaderClassName
{
color: #664E2F;
}
.AnyTagClassName
{
color: #664E2F;
}
</style>
background-color css
<style>
a { background-color: #664E2F; }
a { background-color: rgb(102,78,47); }
div.DivClassName
{
background-color: #664E2F;
}
.BgClassName
{
background-color: #664E2F;
}
</style>
border-color css
<style>
span { border-color: #664E2F; }
span { border-color: rgb(102,78,47); }
td.TdClassName
{
border-color: #664E2F;
}
.TagClassName
{
border-color: #664E2F;
}
</style>