Shades of Dallas #654928
Tints of Dallas #654928
RGB
CMYK
RGB Variations
Color information
#654928 (or 0x654928) is known color: Dallas. HEX triplet: 65, 49 and 28. RGB value is (101,73,40). Sum of RGB (Red+Green+Blue) = 101+73+40=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #654928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654928 is #9AB6D7. Grayscale: #4D4D4D. Windows color (decimal): -10139352 or 2640229. OLE color: 2640229.
HSL color Cylindrical-coordinate representation of color #654928: hue angle of 32.46º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654928 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 40 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.60 |
| HSL | 32.46º | 0.43% | 0.28% | - |
| HSV(B) | 32.46º | 0.6% | 0.4% | - |
| XYZ | 8.13 | 7.68 | 3.06 | - |
| YUV | 77.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 40 | 0 | 0.28 | 0.60 | 0.60 | 32.46 | 0.43 | 0.28 |
| Hex | 65 | 49 | 28 | 0 | 1C | 3C | 3C | 20 | 2B | 1C |
| Octal | 145 | 111 | 50 | 0 | 34 | 74 | 74 | 40 | 53 | 34 |
| Binary | 1100101 | 1001001 | 101000 | 0 | 11100 | 111100 | 111100 | 100000 | 101011 | 11100 |
Color Harmonies of #654928
Complementary color
Monochromatic Colors of #654928
Black with #654928
Text Example
Text Example
White with #654928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654928; }
p { color: rgb(101,73,40); }
H1.HeaderClassName
{
color: #654928;
}
.AnyTagClassName
{
color: #654928;
}
</style>
background-color css
<style>
a { background-color: #654928; }
a { background-color: rgb(101,73,40); }
div.DivClassName
{
background-color: #654928;
}
.BgClassName
{
background-color: #654928;
}
</style>
border-color css
<style>
span { border-color: #654928; }
span { border-color: rgb(101,73,40); }
td.TdClassName
{
border-color: #654928;
}
.TagClassName
{
border-color: #654928;
}
</style>