Shades of Dallas #654F36
Tints of Dallas #654F36
RGB
CMYK
RGB Variations
Color information
#654F36 (or 0x654F36) is known color: Dallas. HEX triplet: 65, 4F and 36. RGB value is (101,79,54). Sum of RGB (Red+Green+Blue) = 101+79+54=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #654F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F36 is #9AB0C9. Grayscale: #525252. Windows color (decimal): -10137802 or 3559269. OLE color: 3559269.
HSL color Cylindrical-coordinate representation of color #654F36: hue angle of 31.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654F36 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 54 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.60 |
| HSL | 31.91º | 0.3% | 0.3% | - |
| HSV(B) | 31.91º | 0.47% | 0.4% | - |
| XYZ | 8.83 | 8.63 | 4.69 | - |
| YUV | 82.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 54 | 0 | 0.22 | 0.47 | 0.60 | 31.91 | 0.3 | 0.3 |
| Hex | 65 | 4F | 36 | 0 | 16 | 2F | 3C | 20 | 1E | 1E |
| Octal | 145 | 117 | 66 | 0 | 26 | 57 | 74 | 40 | 36 | 36 |
| Binary | 1100101 | 1001111 | 110110 | 0 | 10110 | 101111 | 111100 | 100000 | 11110 | 11110 |
Color Harmonies of #654F36
Complementary color
Monochromatic Colors of #654F36
Black with #654F36
Text Example
Text Example
White with #654F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F36; }
p { color: rgb(101,79,54); }
H1.HeaderClassName
{
color: #654F36;
}
.AnyTagClassName
{
color: #654F36;
}
</style>
background-color css
<style>
a { background-color: #654F36; }
a { background-color: rgb(101,79,54); }
div.DivClassName
{
background-color: #654F36;
}
.BgClassName
{
background-color: #654F36;
}
</style>
border-color css
<style>
span { border-color: #654F36; }
span { border-color: rgb(101,79,54); }
td.TdClassName
{
border-color: #654F36;
}
.TagClassName
{
border-color: #654F36;
}
</style>