Shades of Dallas #654E32
Tints of Dallas #654E32
RGB
CMYK
RGB Variations
Color information
#654E32 (or 0x654E32) is known color: Dallas. HEX triplet: 65, 4E and 32. RGB value is (101,78,50). Sum of RGB (Red+Green+Blue) = 101+78+50=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #654E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E32 is #9AB1CD. Grayscale: #515151. Windows color (decimal): -10138062 or 3296869. OLE color: 3296869.
HSL color Cylindrical-coordinate representation of color #654E32: hue angle of 32.94º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654E32 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 50 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.60 |
| HSL | 32.94º | 0.34% | 0.3% | - |
| HSV(B) | 32.94º | 0.5% | 0.4% | - |
| XYZ | 8.67 | 8.45 | 4.19 | - |
| YUV | 81.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 50 | 0 | 0.23 | 0.50 | 0.60 | 32.94 | 0.34 | 0.3 |
| Hex | 65 | 4E | 32 | 0 | 17 | 32 | 3C | 21 | 22 | 1E |
| Octal | 145 | 116 | 62 | 0 | 27 | 62 | 74 | 41 | 42 | 36 |
| Binary | 1100101 | 1001110 | 110010 | 0 | 10111 | 110010 | 111100 | 100001 | 100010 | 11110 |
Color Harmonies of #654E32
Complementary color
Monochromatic Colors of #654E32
Black with #654E32
Text Example
Text Example
White with #654E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E32; }
p { color: rgb(101,78,50); }
H1.HeaderClassName
{
color: #654E32;
}
.AnyTagClassName
{
color: #654E32;
}
</style>
background-color css
<style>
a { background-color: #654E32; }
a { background-color: rgb(101,78,50); }
div.DivClassName
{
background-color: #654E32;
}
.BgClassName
{
background-color: #654E32;
}
</style>
border-color css
<style>
span { border-color: #654E32; }
span { border-color: rgb(101,78,50); }
td.TdClassName
{
border-color: #654E32;
}
.TagClassName
{
border-color: #654E32;
}
</style>