Shades of Dallas #654A31
Tints of Dallas #654A31
RGB
CMYK
RGB Variations
Color information
#654A31 (or 0x654A31) is known color: Dallas. HEX triplet: 65, 4A and 31. RGB value is (101,74,49). Sum of RGB (Red+Green+Blue) = 101+74+49=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A31 is #9AB5CE. Grayscale: #4F4F4F. Windows color (decimal): -10139087 or 3230309. OLE color: 3230309.
HSL color Cylindrical-coordinate representation of color #654A31: hue angle of 28.85º 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 #654A31 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 49 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.60 |
| HSL | 28.85º | 0.35% | 0.29% | - |
| HSV(B) | 28.85º | 0.51% | 0.4% | - |
| XYZ | 8.37 | 7.89 | 3.99 | - |
| YUV | 79.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 49 | 0 | 0.27 | 0.51 | 0.60 | 28.85 | 0.35 | 0.29 |
| Hex | 65 | 4A | 31 | 0 | 1B | 33 | 3C | 1D | 23 | 1D |
| Octal | 145 | 112 | 61 | 0 | 33 | 63 | 74 | 35 | 43 | 35 |
| Binary | 1100101 | 1001010 | 110001 | 0 | 11011 | 110011 | 111100 | 11101 | 100011 | 11101 |
Color Harmonies of #654A31
Complementary color
Monochromatic Colors of #654A31
Black with #654A31
Text Example
Text Example
White with #654A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A31; }
p { color: rgb(101,74,49); }
H1.HeaderClassName
{
color: #654A31;
}
.AnyTagClassName
{
color: #654A31;
}
</style>
background-color css
<style>
a { background-color: #654A31; }
a { background-color: rgb(101,74,49); }
div.DivClassName
{
background-color: #654A31;
}
.BgClassName
{
background-color: #654A31;
}
</style>
border-color css
<style>
span { border-color: #654A31; }
span { border-color: rgb(101,74,49); }
td.TdClassName
{
border-color: #654A31;
}
.TagClassName
{
border-color: #654A31;
}
</style>