Shades of Dallas #65472E
Tints of Dallas #65472E
RGB
CMYK
RGB Variations
Color information
#65472E (or 0x65472E) is known color: Dallas. HEX triplet: 65, 47 and 2E. RGB value is (101,71,46). Sum of RGB (Red+Green+Blue) = 101+71+46=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65472E is #9AB8D1. Grayscale: #4D4D4D. Windows color (decimal): -10139858 or 3032933. OLE color: 3032933.
HSL color Cylindrical-coordinate representation of color #65472E: hue angle of 27.27º 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 #65472E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 71 | 46 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.60 |
| HSL | 27.27º | 0.37% | 0.29% | - |
| HSV(B) | 27.27º | 0.54% | 0.4% | - |
| XYZ | 8.11 | 7.47 | 3.6 | - |
| YUV | 77.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 46 | 0 | 0.30 | 0.54 | 0.60 | 27.27 | 0.37 | 0.29 |
| Hex | 65 | 47 | 2E | 0 | 1E | 36 | 3C | 1B | 25 | 1D |
| Octal | 145 | 107 | 56 | 0 | 36 | 66 | 74 | 33 | 45 | 35 |
| Binary | 1100101 | 1000111 | 101110 | 0 | 11110 | 110110 | 111100 | 11011 | 100101 | 11101 |
Color Harmonies of #65472E
Complementary color
Monochromatic Colors of #65472E
Black with #65472E
Text Example
Text Example
White with #65472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65472E; }
p { color: rgb(101,71,46); }
H1.HeaderClassName
{
color: #65472E;
}
.AnyTagClassName
{
color: #65472E;
}
</style>
background-color css
<style>
a { background-color: #65472E; }
a { background-color: rgb(101,71,46); }
div.DivClassName
{
background-color: #65472E;
}
.BgClassName
{
background-color: #65472E;
}
</style>
border-color css
<style>
span { border-color: #65472E; }
span { border-color: rgb(101,71,46); }
td.TdClassName
{
border-color: #65472E;
}
.TagClassName
{
border-color: #65472E;
}
</style>