Shades of Dallas #664F33
Tints of Dallas #664F33
RGB
CMYK
RGB Variations
Color information
#664F33 (or 0x664F33) is known color: Dallas. HEX triplet: 66, 4F and 33. RGB value is (102,79,51). Sum of RGB (Red+Green+Blue) = 102+79+51=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F33 is #99B0CC. Grayscale: #525252. Windows color (decimal): -10072269 or 3362662. OLE color: 3362662.
HSL color Cylindrical-coordinate representation of color #664F33: hue angle of 32.94º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664F33 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 51 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.6 |
| HSL | 32.94º | 0.33% | 0.3% | - |
| HSV(B) | 32.94º | 0.5% | 0.4% | - |
| XYZ | 8.87 | 8.66 | 4.34 | - |
| YUV | 82.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 51 | 0 | 0.23 | 0.5 | 0.6 | 32.94 | 0.33 | 0.3 |
| Hex | 66 | 4F | 33 | 0 | 17 | 32 | 3C | 21 | 21 | 1E |
| Octal | 146 | 117 | 63 | 0 | 27 | 62 | 74 | 41 | 41 | 36 |
| Binary | 1100110 | 1001111 | 110011 | 0 | 10111 | 110010 | 111100 | 100001 | 100001 | 11110 |
Color Harmonies of #664F33
Complementary color
Monochromatic Colors of #664F33
Black with #664F33
Text Example
Text Example
White with #664F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F33; }
p { color: rgb(102,79,51); }
H1.HeaderClassName
{
color: #664F33;
}
.AnyTagClassName
{
color: #664F33;
}
</style>
background-color css
<style>
a { background-color: #664F33; }
a { background-color: rgb(102,79,51); }
div.DivClassName
{
background-color: #664F33;
}
.BgClassName
{
background-color: #664F33;
}
</style>
border-color css
<style>
span { border-color: #664F33; }
span { border-color: rgb(102,79,51); }
td.TdClassName
{
border-color: #664F33;
}
.TagClassName
{
border-color: #664F33;
}
</style>