Shades of Dallas #665133
Tints of Dallas #665133
RGB
CMYK
RGB Variations
Color information
#665133 (or 0x665133) is known color: Dallas. HEX triplet: 66, 51 and 33. RGB value is (102,81,51). Sum of RGB (Red+Green+Blue) = 102+81+51=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #665133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665133 is #99AECC. Grayscale: #545454. Windows color (decimal): -10071757 or 3363174. OLE color: 3363174.
HSL color Cylindrical-coordinate representation of color #665133: hue angle of 35.29º 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 #665133 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 51 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.6 |
| HSL | 35.29º | 0.33% | 0.3% | - |
| HSV(B) | 35.29º | 0.5% | 0.4% | - |
| XYZ | 9.02 | 8.95 | 4.38 | - |
| YUV | 83.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 51 | 0 | 0.21 | 0.5 | 0.6 | 35.29 | 0.33 | 0.3 |
| Hex | 66 | 51 | 33 | 0 | 15 | 32 | 3C | 23 | 21 | 1E |
| Octal | 146 | 121 | 63 | 0 | 25 | 62 | 74 | 43 | 41 | 36 |
| Binary | 1100110 | 1010001 | 110011 | 0 | 10101 | 110010 | 111100 | 100011 | 100001 | 11110 |
Color Harmonies of #665133
Complementary color
Monochromatic Colors of #665133
Black with #665133
Text Example
Text Example
White with #665133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665133; }
p { color: rgb(102,81,51); }
H1.HeaderClassName
{
color: #665133;
}
.AnyTagClassName
{
color: #665133;
}
</style>
background-color css
<style>
a { background-color: #665133; }
a { background-color: rgb(102,81,51); }
div.DivClassName
{
background-color: #665133;
}
.BgClassName
{
background-color: #665133;
}
</style>
border-color css
<style>
span { border-color: #665133; }
span { border-color: rgb(102,81,51); }
td.TdClassName
{
border-color: #665133;
}
.TagClassName
{
border-color: #665133;
}
</style>