Shades of Dallas #664E2B
Tints of Dallas #664E2B
RGB
CMYK
RGB Variations
Color information
#664E2B (or 0x664E2B) is known color: Dallas. HEX triplet: 66, 4E and 2B. RGB value is (102,78,43). Sum of RGB (Red+Green+Blue) = 102+78+43=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #664E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E2B is #99B1D4. Grayscale: #515151. Windows color (decimal): -10072533 or 2838118. OLE color: 2838118.
HSL color Cylindrical-coordinate representation of color #664E2B: hue angle of 35.59º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #664E2B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 43 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.6 |
| HSL | 35.59º | 0.41% | 0.28% | - |
| HSV(B) | 35.59º | 0.58% | 0.4% | - |
| XYZ | 8.64 | 8.45 | 3.46 | - |
| YUV | 81.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 43 | 0 | 0.24 | 0.58 | 0.6 | 35.59 | 0.41 | 0.28 |
| Hex | 66 | 4E | 2B | 0 | 18 | 3A | 3C | 24 | 29 | 1C |
| Octal | 146 | 116 | 53 | 0 | 30 | 72 | 74 | 44 | 51 | 34 |
| Binary | 1100110 | 1001110 | 101011 | 0 | 11000 | 111010 | 111100 | 100100 | 101001 | 11100 |
Color Harmonies of #664E2B
Complementary color
Monochromatic Colors of #664E2B
Black with #664E2B
Text Example
Text Example
White with #664E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E2B; }
p { color: rgb(102,78,43); }
H1.HeaderClassName
{
color: #664E2B;
}
.AnyTagClassName
{
color: #664E2B;
}
</style>
background-color css
<style>
a { background-color: #664E2B; }
a { background-color: rgb(102,78,43); }
div.DivClassName
{
background-color: #664E2B;
}
.BgClassName
{
background-color: #664E2B;
}
</style>
border-color css
<style>
span { border-color: #664E2B; }
span { border-color: rgb(102,78,43); }
td.TdClassName
{
border-color: #664E2B;
}
.TagClassName
{
border-color: #664E2B;
}
</style>