Shades of Dallas #654B31
Tints of Dallas #654B31
RGB
CMYK
RGB Variations
Color information
#654B31 (or 0x654B31) is known color: Dallas. HEX triplet: 65, 4B and 31. RGB value is (101,75,49). Sum of RGB (Red+Green+Blue) = 101+75+49=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #654B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B31 is #9AB4CE. Grayscale: #4F4F4F. Windows color (decimal): -10138831 or 3230565. OLE color: 3230565.
HSL color Cylindrical-coordinate representation of color #654B31: hue angle of 30º 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 #654B31 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 49 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.60 |
| HSL | 30º | 0.35% | 0.29% | - |
| HSV(B) | 30º | 0.51% | 0.4% | - |
| XYZ | 8.44 | 8.02 | 4.01 | - |
| YUV | 79.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 49 | 0 | 0.26 | 0.51 | 0.60 | 30 | 0.35 | 0.29 |
| Hex | 65 | 4B | 31 | 0 | 1A | 33 | 3C | 1E | 23 | 1D |
| Octal | 145 | 113 | 61 | 0 | 32 | 63 | 74 | 36 | 43 | 35 |
| Binary | 1100101 | 1001011 | 110001 | 0 | 11010 | 110011 | 111100 | 11110 | 100011 | 11101 |
Color Harmonies of #654B31
Complementary color
Monochromatic Colors of #654B31
Black with #654B31
Text Example
Text Example
White with #654B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B31; }
p { color: rgb(101,75,49); }
H1.HeaderClassName
{
color: #654B31;
}
.AnyTagClassName
{
color: #654B31;
}
</style>
background-color css
<style>
a { background-color: #654B31; }
a { background-color: rgb(101,75,49); }
div.DivClassName
{
background-color: #654B31;
}
.BgClassName
{
background-color: #654B31;
}
</style>
border-color css
<style>
span { border-color: #654B31; }
span { border-color: rgb(101,75,49); }
td.TdClassName
{
border-color: #654B31;
}
.TagClassName
{
border-color: #654B31;
}
</style>