Shades of Dallas #664F2D
Tints of Dallas #664F2D
RGB
CMYK
RGB Variations
Color information
#664F2D (or 0x664F2D) is known color: Dallas. HEX triplet: 66, 4F and 2D. RGB value is (102,79,45). Sum of RGB (Red+Green+Blue) = 102+79+45=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #664F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F2D is #99B0D2. Grayscale: #525252. Windows color (decimal): -10072275 or 2969446. OLE color: 2969446.
HSL color Cylindrical-coordinate representation of color #664F2D: hue angle of 35.79º 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 #664F2D is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 45 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.6 |
| HSL | 35.79º | 0.39% | 0.29% | - |
| HSV(B) | 35.79º | 0.56% | 0.4% | - |
| XYZ | 8.75 | 8.61 | 3.68 | - |
| YUV | 82 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 45 | 0 | 0.23 | 0.56 | 0.6 | 35.79 | 0.39 | 0.29 |
| Hex | 66 | 4F | 2D | 0 | 17 | 38 | 3C | 24 | 27 | 1D |
| Octal | 146 | 117 | 55 | 0 | 27 | 70 | 74 | 44 | 47 | 35 |
| Binary | 1100110 | 1001111 | 101101 | 0 | 10111 | 111000 | 111100 | 100100 | 100111 | 11101 |
Color Harmonies of #664F2D
Complementary color
Monochromatic Colors of #664F2D
Black with #664F2D
Text Example
Text Example
White with #664F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F2D; }
p { color: rgb(102,79,45); }
H1.HeaderClassName
{
color: #664F2D;
}
.AnyTagClassName
{
color: #664F2D;
}
</style>
background-color css
<style>
a { background-color: #664F2D; }
a { background-color: rgb(102,79,45); }
div.DivClassName
{
background-color: #664F2D;
}
.BgClassName
{
background-color: #664F2D;
}
</style>
border-color css
<style>
span { border-color: #664F2D; }
span { border-color: rgb(102,79,45); }
td.TdClassName
{
border-color: #664F2D;
}
.TagClassName
{
border-color: #664F2D;
}
</style>