Shades of Dallas #664F2B
Tints of Dallas #664F2B
RGB
CMYK
RGB Variations
Color information
#664F2B (or 0x664F2B) is known color: Dallas. HEX triplet: 66, 4F and 2B. RGB value is (102,79,43). Sum of RGB (Red+Green+Blue) = 102+79+43=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #664F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F2B is #99B0D4. Grayscale: #515151. Windows color (decimal): -10072277 or 2838374. OLE color: 2838374.
HSL color Cylindrical-coordinate representation of color #664F2B: hue angle of 36.61º 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 #664F2B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 43 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.6 |
| HSL | 36.61º | 0.41% | 0.28% | - |
| HSV(B) | 36.61º | 0.58% | 0.4% | - |
| XYZ | 8.71 | 8.59 | 3.48 | - |
| YUV | 81.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 43 | 0 | 0.23 | 0.58 | 0.6 | 36.61 | 0.41 | 0.28 |
| Hex | 66 | 4F | 2B | 0 | 17 | 3A | 3C | 25 | 29 | 1C |
| Octal | 146 | 117 | 53 | 0 | 27 | 72 | 74 | 45 | 51 | 34 |
| Binary | 1100110 | 1001111 | 101011 | 0 | 10111 | 111010 | 111100 | 100101 | 101001 | 11100 |
Color Harmonies of #664F2B
Complementary color
Monochromatic Colors of #664F2B
Black with #664F2B
Text Example
Text Example
White with #664F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F2B; }
p { color: rgb(102,79,43); }
H1.HeaderClassName
{
color: #664F2B;
}
.AnyTagClassName
{
color: #664F2B;
}
</style>
background-color css
<style>
a { background-color: #664F2B; }
a { background-color: rgb(102,79,43); }
div.DivClassName
{
background-color: #664F2B;
}
.BgClassName
{
background-color: #664F2B;
}
</style>
border-color css
<style>
span { border-color: #664F2B; }
span { border-color: rgb(102,79,43); }
td.TdClassName
{
border-color: #664F2B;
}
.TagClassName
{
border-color: #664F2B;
}
</style>