Shades of Dallas #654D35
Tints of Dallas #654D35
RGB
CMYK
RGB Variations
Color information
#654D35 (or 0x654D35) is known color: Dallas. HEX triplet: 65, 4D and 35. RGB value is (101,77,53). Sum of RGB (Red+Green+Blue) = 101+77+53=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #654D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D35 is #9AB2CA. Grayscale: #515151. Windows color (decimal): -10138315 or 3493221. OLE color: 3493221.
HSL color Cylindrical-coordinate representation of color #654D35: hue angle of 30º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654D35 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 53 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.60 |
| HSL | 30º | 0.31% | 0.3% | - |
| HSV(B) | 30º | 0.48% | 0.4% | - |
| XYZ | 8.66 | 8.33 | 4.52 | - |
| YUV | 81.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 53 | 0 | 0.24 | 0.48 | 0.60 | 30 | 0.31 | 0.3 |
| Hex | 65 | 4D | 35 | 0 | 18 | 30 | 3C | 1E | 1F | 1E |
| Octal | 145 | 115 | 65 | 0 | 30 | 60 | 74 | 36 | 37 | 36 |
| Binary | 1100101 | 1001101 | 110101 | 0 | 11000 | 110000 | 111100 | 11110 | 11111 | 11110 |
Color Harmonies of #654D35
Complementary color
Monochromatic Colors of #654D35
Black with #654D35
Text Example
Text Example
White with #654D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D35; }
p { color: rgb(101,77,53); }
H1.HeaderClassName
{
color: #654D35;
}
.AnyTagClassName
{
color: #654D35;
}
</style>
background-color css
<style>
a { background-color: #654D35; }
a { background-color: rgb(101,77,53); }
div.DivClassName
{
background-color: #654D35;
}
.BgClassName
{
background-color: #654D35;
}
</style>
border-color css
<style>
span { border-color: #654D35; }
span { border-color: rgb(101,77,53); }
td.TdClassName
{
border-color: #654D35;
}
.TagClassName
{
border-color: #654D35;
}
</style>