Shades of Dallas #654E34
Tints of Dallas #654E34
RGB
CMYK
RGB Variations
Color information
#654E34 (or 0x654E34) is known color: Dallas. HEX triplet: 65, 4E and 34. RGB value is (101,78,52). Sum of RGB (Red+Green+Blue) = 101+78+52=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #654E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E34 is #9AB1CB. Grayscale: #525252. Windows color (decimal): -10138060 or 3427941. OLE color: 3427941.
HSL color Cylindrical-coordinate representation of color #654E34: hue angle of 31.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654E34 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 52 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.60 |
| HSL | 31.84º | 0.32% | 0.3% | - |
| HSV(B) | 31.84º | 0.49% | 0.4% | - |
| XYZ | 8.71 | 8.46 | 4.42 | - |
| YUV | 81.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 52 | 0 | 0.23 | 0.49 | 0.60 | 31.84 | 0.32 | 0.3 |
| Hex | 65 | 4E | 34 | 0 | 17 | 31 | 3C | 20 | 20 | 1E |
| Octal | 145 | 116 | 64 | 0 | 27 | 61 | 74 | 40 | 40 | 36 |
| Binary | 1100101 | 1001110 | 110100 | 0 | 10111 | 110001 | 111100 | 100000 | 100000 | 11110 |
Color Harmonies of #654E34
Complementary color
Monochromatic Colors of #654E34
Black with #654E34
Text Example
Text Example
White with #654E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E34; }
p { color: rgb(101,78,52); }
H1.HeaderClassName
{
color: #654E34;
}
.AnyTagClassName
{
color: #654E34;
}
</style>
background-color css
<style>
a { background-color: #654E34; }
a { background-color: rgb(101,78,52); }
div.DivClassName
{
background-color: #654E34;
}
.BgClassName
{
background-color: #654E34;
}
</style>
border-color css
<style>
span { border-color: #654E34; }
span { border-color: rgb(101,78,52); }
td.TdClassName
{
border-color: #654E34;
}
.TagClassName
{
border-color: #654E34;
}
</style>