Shades of Dallas #665033
Tints of Dallas #665033
RGB
CMYK
RGB Variations
Color information
#665033 (or 0x665033) is known color: Dallas. HEX triplet: 66, 50 and 33. RGB value is (102,80,51). Sum of RGB (Red+Green+Blue) = 102+80+51=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #665033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665033 is #99AFCC. Grayscale: #535353. Windows color (decimal): -10072013 or 3362918. OLE color: 3362918.
HSL color Cylindrical-coordinate representation of color #665033: hue angle of 34.12º 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 #665033 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 51 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.6 |
| HSL | 34.12º | 0.33% | 0.3% | - |
| HSV(B) | 34.12º | 0.5% | 0.4% | - |
| XYZ | 8.95 | 8.8 | 4.36 | - |
| YUV | 83.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 51 | 0 | 0.22 | 0.5 | 0.6 | 34.12 | 0.33 | 0.3 |
| Hex | 66 | 50 | 33 | 0 | 16 | 32 | 3C | 22 | 21 | 1E |
| Octal | 146 | 120 | 63 | 0 | 26 | 62 | 74 | 42 | 41 | 36 |
| Binary | 1100110 | 1010000 | 110011 | 0 | 10110 | 110010 | 111100 | 100010 | 100001 | 11110 |
Color Harmonies of #665033
Complementary color
Monochromatic Colors of #665033
Black with #665033
Text Example
Text Example
White with #665033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665033; }
p { color: rgb(102,80,51); }
H1.HeaderClassName
{
color: #665033;
}
.AnyTagClassName
{
color: #665033;
}
</style>
background-color css
<style>
a { background-color: #665033; }
a { background-color: rgb(102,80,51); }
div.DivClassName
{
background-color: #665033;
}
.BgClassName
{
background-color: #665033;
}
</style>
border-color css
<style>
span { border-color: #665033; }
span { border-color: rgb(102,80,51); }
td.TdClassName
{
border-color: #665033;
}
.TagClassName
{
border-color: #665033;
}
</style>