Shades of Dallas #65502F
Tints of Dallas #65502F
RGB
CMYK
RGB Variations
Color information
#65502F (or 0x65502F) is known color: Dallas. HEX triplet: 65, 50 and 2F. RGB value is (101,80,47). Sum of RGB (Red+Green+Blue) = 101+80+47=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65502F is #9AAFD0. Grayscale: #525252. Windows color (decimal): -10137553 or 3100773. OLE color: 3100773.
HSL color Cylindrical-coordinate representation of color #65502F: hue angle of 36.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65502F is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 47 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.60 |
| HSL | 36.67º | 0.36% | 0.29% | - |
| HSV(B) | 36.67º | 0.53% | 0.4% | - |
| XYZ | 8.75 | 8.71 | 3.91 | - |
| YUV | 82.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 47 | 0 | 0.21 | 0.53 | 0.60 | 36.67 | 0.36 | 0.29 |
| Hex | 65 | 50 | 2F | 0 | 15 | 35 | 3C | 25 | 24 | 1D |
| Octal | 145 | 120 | 57 | 0 | 25 | 65 | 74 | 45 | 44 | 35 |
| Binary | 1100101 | 1010000 | 101111 | 0 | 10101 | 110101 | 111100 | 100101 | 100100 | 11101 |
Color Harmonies of #65502F
Complementary color
Monochromatic Colors of #65502F
Black with #65502F
Text Example
Text Example
White with #65502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65502F; }
p { color: rgb(101,80,47); }
H1.HeaderClassName
{
color: #65502F;
}
.AnyTagClassName
{
color: #65502F;
}
</style>
background-color css
<style>
a { background-color: #65502F; }
a { background-color: rgb(101,80,47); }
div.DivClassName
{
background-color: #65502F;
}
.BgClassName
{
background-color: #65502F;
}
</style>
border-color css
<style>
span { border-color: #65502F; }
span { border-color: rgb(101,80,47); }
td.TdClassName
{
border-color: #65502F;
}
.TagClassName
{
border-color: #65502F;
}
</style>