Shades of Dallas #654D31
Tints of Dallas #654D31
RGB
CMYK
RGB Variations
Color information
#654D31 (or 0x654D31) is known color: Dallas. HEX triplet: 65, 4D and 31. RGB value is (101,77,49). Sum of RGB (Red+Green+Blue) = 101+77+49=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D31 is #9AB2CE. Grayscale: #515151. Windows color (decimal): -10138319 or 3231077. OLE color: 3231077.
HSL color Cylindrical-coordinate representation of color #654D31: hue angle of 32.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654D31 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 49 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.60 |
| HSL | 32.31º | 0.35% | 0.29% | - |
| HSV(B) | 32.31º | 0.51% | 0.4% | - |
| XYZ | 8.58 | 8.3 | 4.06 | - |
| YUV | 80.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 49 | 0 | 0.24 | 0.51 | 0.60 | 32.31 | 0.35 | 0.29 |
| Hex | 65 | 4D | 31 | 0 | 18 | 33 | 3C | 20 | 23 | 1D |
| Octal | 145 | 115 | 61 | 0 | 30 | 63 | 74 | 40 | 43 | 35 |
| Binary | 1100101 | 1001101 | 110001 | 0 | 11000 | 110011 | 111100 | 100000 | 100011 | 11101 |
Color Harmonies of #654D31
Complementary color
Monochromatic Colors of #654D31
Black with #654D31
Text Example
Text Example
White with #654D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D31; }
p { color: rgb(101,77,49); }
H1.HeaderClassName
{
color: #654D31;
}
.AnyTagClassName
{
color: #654D31;
}
</style>
background-color css
<style>
a { background-color: #654D31; }
a { background-color: rgb(101,77,49); }
div.DivClassName
{
background-color: #654D31;
}
.BgClassName
{
background-color: #654D31;
}
</style>
border-color css
<style>
span { border-color: #654D31; }
span { border-color: rgb(101,77,49); }
td.TdClassName
{
border-color: #654D31;
}
.TagClassName
{
border-color: #654D31;
}
</style>