Shades of Dallas #65492E
Tints of Dallas #65492E
RGB
CMYK
RGB Variations
Color information
#65492E (or 0x65492E) is known color: Dallas. HEX triplet: 65, 49 and 2E. RGB value is (101,73,46). Sum of RGB (Red+Green+Blue) = 101+73+46=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #65492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65492E is #9AB6D1. Grayscale: #4E4E4E. Windows color (decimal): -10139346 or 3033445. OLE color: 3033445.
HSL color Cylindrical-coordinate representation of color #65492E: hue angle of 29.45º 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 #65492E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 46 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.60 |
| HSL | 29.45º | 0.37% | 0.29% | - |
| HSV(B) | 29.45º | 0.54% | 0.4% | - |
| XYZ | 8.24 | 7.73 | 3.64 | - |
| YUV | 78.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 46 | 0 | 0.28 | 0.54 | 0.60 | 29.45 | 0.37 | 0.29 |
| Hex | 65 | 49 | 2E | 0 | 1C | 36 | 3C | 1D | 25 | 1D |
| Octal | 145 | 111 | 56 | 0 | 34 | 66 | 74 | 35 | 45 | 35 |
| Binary | 1100101 | 1001001 | 101110 | 0 | 11100 | 110110 | 111100 | 11101 | 100101 | 11101 |
Color Harmonies of #65492E
Complementary color
Monochromatic Colors of #65492E
Black with #65492E
Text Example
Text Example
White with #65492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65492E; }
p { color: rgb(101,73,46); }
H1.HeaderClassName
{
color: #65492E;
}
.AnyTagClassName
{
color: #65492E;
}
</style>
background-color css
<style>
a { background-color: #65492E; }
a { background-color: rgb(101,73,46); }
div.DivClassName
{
background-color: #65492E;
}
.BgClassName
{
background-color: #65492E;
}
</style>
border-color css
<style>
span { border-color: #65492E; }
span { border-color: rgb(101,73,46); }
td.TdClassName
{
border-color: #65492E;
}
.TagClassName
{
border-color: #65492E;
}
</style>