Shades of Dallas #66502F
Tints of Dallas #66502F
RGB
CMYK
RGB Variations
Color information
#66502F (or 0x66502F) is known color: Dallas. HEX triplet: 66, 50 and 2F. RGB value is (102,80,47). Sum of RGB (Red+Green+Blue) = 102+80+47=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66502F is #99AFD0. Grayscale: #525252. Windows color (decimal): -10072017 or 3100774. OLE color: 3100774.
HSL color Cylindrical-coordinate representation of color #66502F: hue angle of 36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66502F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 47 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.6 |
| HSL | 36º | 0.37% | 0.29% | - |
| HSV(B) | 36º | 0.54% | 0.4% | - |
| XYZ | 8.86 | 8.77 | 3.91 | - |
| YUV | 82.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 47 | 0 | 0.22 | 0.54 | 0.6 | 36 | 0.37 | 0.29 |
| Hex | 66 | 50 | 2F | 0 | 16 | 36 | 3C | 24 | 25 | 1D |
| Octal | 146 | 120 | 57 | 0 | 26 | 66 | 74 | 44 | 45 | 35 |
| Binary | 1100110 | 1010000 | 101111 | 0 | 10110 | 110110 | 111100 | 100100 | 100101 | 11101 |
Color Harmonies of #66502F
Complementary color
Monochromatic Colors of #66502F
Black with #66502F
Text Example
Text Example
White with #66502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66502F; }
p { color: rgb(102,80,47); }
H1.HeaderClassName
{
color: #66502F;
}
.AnyTagClassName
{
color: #66502F;
}
</style>
background-color css
<style>
a { background-color: #66502F; }
a { background-color: rgb(102,80,47); }
div.DivClassName
{
background-color: #66502F;
}
.BgClassName
{
background-color: #66502F;
}
</style>
border-color css
<style>
span { border-color: #66502F; }
span { border-color: rgb(102,80,47); }
td.TdClassName
{
border-color: #66502F;
}
.TagClassName
{
border-color: #66502F;
}
</style>