Shades of Dallas #654C31
Tints of Dallas #654C31
RGB
CMYK
RGB Variations
Color information
#654C31 (or 0x654C31) is known color: Dallas. HEX triplet: 65, 4C and 31. RGB value is (101,76,49). Sum of RGB (Red+Green+Blue) = 101+76+49=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #654C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C31 is #9AB3CE. Grayscale: #505050. Windows color (decimal): -10138575 or 3230821. OLE color: 3230821.
HSL color Cylindrical-coordinate representation of color #654C31: hue angle of 31.15º 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 #654C31 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 49 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.60 |
| HSL | 31.15º | 0.35% | 0.29% | - |
| HSV(B) | 31.15º | 0.51% | 0.4% | - |
| XYZ | 8.51 | 8.16 | 4.03 | - |
| YUV | 80.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 49 | 0 | 0.25 | 0.51 | 0.60 | 31.15 | 0.35 | 0.29 |
| Hex | 65 | 4C | 31 | 0 | 19 | 33 | 3C | 1F | 23 | 1D |
| Octal | 145 | 114 | 61 | 0 | 31 | 63 | 74 | 37 | 43 | 35 |
| Binary | 1100101 | 1001100 | 110001 | 0 | 11001 | 110011 | 111100 | 11111 | 100011 | 11101 |
Color Harmonies of #654C31
Complementary color
Monochromatic Colors of #654C31
Black with #654C31
Text Example
Text Example
White with #654C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C31; }
p { color: rgb(101,76,49); }
H1.HeaderClassName
{
color: #654C31;
}
.AnyTagClassName
{
color: #654C31;
}
</style>
background-color css
<style>
a { background-color: #654C31; }
a { background-color: rgb(101,76,49); }
div.DivClassName
{
background-color: #654C31;
}
.BgClassName
{
background-color: #654C31;
}
</style>
border-color css
<style>
span { border-color: #654C31; }
span { border-color: rgb(101,76,49); }
td.TdClassName
{
border-color: #654C31;
}
.TagClassName
{
border-color: #654C31;
}
</style>