Shades of Dallas #654830
Tints of Dallas #654830
RGB
CMYK
RGB Variations
Color information
#654830 (or 0x654830) is known color: Dallas. HEX triplet: 65, 48 and 30. RGB value is (101,72,48). Sum of RGB (Red+Green+Blue) = 101+72+48=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654830 is #9AB7CF. Grayscale: #4E4E4E. Windows color (decimal): -10139600 or 3164261. OLE color: 3164261.
HSL color Cylindrical-coordinate representation of color #654830: hue angle of 27.17º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654830 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 72 | 48 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.60 |
| HSL | 27.17º | 0.36% | 0.29% | - |
| HSV(B) | 27.17º | 0.52% | 0.4% | - |
| XYZ | 8.22 | 7.61 | 3.83 | - |
| YUV | 77.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 48 | 0 | 0.29 | 0.52 | 0.60 | 27.17 | 0.36 | 0.29 |
| Hex | 65 | 48 | 30 | 0 | 1D | 34 | 3C | 1B | 24 | 1D |
| Octal | 145 | 110 | 60 | 0 | 35 | 64 | 74 | 33 | 44 | 35 |
| Binary | 1100101 | 1001000 | 110000 | 0 | 11101 | 110100 | 111100 | 11011 | 100100 | 11101 |
Color Harmonies of #654830
Complementary color
Monochromatic Colors of #654830
Black with #654830
Text Example
Text Example
White with #654830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654830; }
p { color: rgb(101,72,48); }
H1.HeaderClassName
{
color: #654830;
}
.AnyTagClassName
{
color: #654830;
}
</style>
background-color css
<style>
a { background-color: #654830; }
a { background-color: rgb(101,72,48); }
div.DivClassName
{
background-color: #654830;
}
.BgClassName
{
background-color: #654830;
}
</style>
border-color css
<style>
span { border-color: #654830; }
span { border-color: rgb(101,72,48); }
td.TdClassName
{
border-color: #654830;
}
.TagClassName
{
border-color: #654830;
}
</style>