Shades of Dallas #65492D
Tints of Dallas #65492D
RGB
CMYK
RGB Variations
Color information
#65492D (or 0x65492D) is known color: Dallas. HEX triplet: 65, 49 and 2D. RGB value is (101,73,45). Sum of RGB (Red+Green+Blue) = 101+73+45=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65492D is #9AB6D2. Grayscale: #4E4E4E. Windows color (decimal): -10139347 or 2967909. OLE color: 2967909.
HSL color Cylindrical-coordinate representation of color #65492D: hue angle of 30º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65492D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 45 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.60 |
| HSL | 30º | 0.38% | 0.29% | - |
| HSV(B) | 30º | 0.55% | 0.4% | - |
| XYZ | 8.22 | 7.72 | 3.54 | - |
| YUV | 78.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 45 | 0 | 0.28 | 0.55 | 0.60 | 30 | 0.38 | 0.29 |
| Hex | 65 | 49 | 2D | 0 | 1C | 37 | 3C | 1E | 26 | 1D |
| Octal | 145 | 111 | 55 | 0 | 34 | 67 | 74 | 36 | 46 | 35 |
| Binary | 1100101 | 1001001 | 101101 | 0 | 11100 | 110111 | 111100 | 11110 | 100110 | 11101 |
Color Harmonies of #65492D
Complementary color
Monochromatic Colors of #65492D
Black with #65492D
Text Example
Text Example
White with #65492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65492D; }
p { color: rgb(101,73,45); }
H1.HeaderClassName
{
color: #65492D;
}
.AnyTagClassName
{
color: #65492D;
}
</style>
background-color css
<style>
a { background-color: #65492D; }
a { background-color: rgb(101,73,45); }
div.DivClassName
{
background-color: #65492D;
}
.BgClassName
{
background-color: #65492D;
}
</style>
border-color css
<style>
span { border-color: #65492D; }
span { border-color: rgb(101,73,45); }
td.TdClassName
{
border-color: #65492D;
}
.TagClassName
{
border-color: #65492D;
}
</style>