Shades of Dallas #654C35
Tints of Dallas #654C35
RGB
CMYK
RGB Variations
Color information
#654C35 (or 0x654C35) is known color: Dallas. HEX triplet: 65, 4C and 35. RGB value is (101,76,53). Sum of RGB (Red+Green+Blue) = 101+76+53=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #654C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C35 is #9AB3CA. Grayscale: #505050. Windows color (decimal): -10138571 or 3492965. OLE color: 3492965.
HSL color Cylindrical-coordinate representation of color #654C35: hue angle of 28.75º 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 #654C35 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 53 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.60 |
| HSL | 28.75º | 0.31% | 0.3% | - |
| HSV(B) | 28.75º | 0.48% | 0.4% | - |
| XYZ | 8.59 | 8.19 | 4.5 | - |
| YUV | 80.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 53 | 0 | 0.25 | 0.48 | 0.60 | 28.75 | 0.31 | 0.3 |
| Hex | 65 | 4C | 35 | 0 | 19 | 30 | 3C | 1D | 1F | 1E |
| Octal | 145 | 114 | 65 | 0 | 31 | 60 | 74 | 35 | 37 | 36 |
| Binary | 1100101 | 1001100 | 110101 | 0 | 11001 | 110000 | 111100 | 11101 | 11111 | 11110 |
Color Harmonies of #654C35
Complementary color
Monochromatic Colors of #654C35
Black with #654C35
Text Example
Text Example
White with #654C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C35; }
p { color: rgb(101,76,53); }
H1.HeaderClassName
{
color: #654C35;
}
.AnyTagClassName
{
color: #654C35;
}
</style>
background-color css
<style>
a { background-color: #654C35; }
a { background-color: rgb(101,76,53); }
div.DivClassName
{
background-color: #654C35;
}
.BgClassName
{
background-color: #654C35;
}
</style>
border-color css
<style>
span { border-color: #654C35; }
span { border-color: rgb(101,76,53); }
td.TdClassName
{
border-color: #654C35;
}
.TagClassName
{
border-color: #654C35;
}
</style>