Shades of Dallas #654E29
Tints of Dallas #654E29
RGB
CMYK
RGB Variations
Color information
#654E29 (or 0x654E29) is known color: Dallas. HEX triplet: 65, 4E and 29. RGB value is (101,78,41). Sum of RGB (Red+Green+Blue) = 101+78+41=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E29 is #9AB1D6. Grayscale: #505050. Windows color (decimal): -10138071 or 2707045. OLE color: 2707045.
HSL color Cylindrical-coordinate representation of color #654E29: hue angle of 37º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654E29 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 41 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.60 |
| HSL | 37º | 0.42% | 0.28% | - |
| HSV(B) | 37º | 0.59% | 0.4% | - |
| XYZ | 8.49 | 8.38 | 3.27 | - |
| YUV | 80.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 41 | 0 | 0.23 | 0.59 | 0.60 | 37 | 0.42 | 0.28 |
| Hex | 65 | 4E | 29 | 0 | 17 | 3B | 3C | 25 | 2A | 1C |
| Octal | 145 | 116 | 51 | 0 | 27 | 73 | 74 | 45 | 52 | 34 |
| Binary | 1100101 | 1001110 | 101001 | 0 | 10111 | 111011 | 111100 | 100101 | 101010 | 11100 |
Color Harmonies of #654E29
Complementary color
Monochromatic Colors of #654E29
Black with #654E29
Text Example
Text Example
White with #654E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E29; }
p { color: rgb(101,78,41); }
H1.HeaderClassName
{
color: #654E29;
}
.AnyTagClassName
{
color: #654E29;
}
</style>
background-color css
<style>
a { background-color: #654E29; }
a { background-color: rgb(101,78,41); }
div.DivClassName
{
background-color: #654E29;
}
.BgClassName
{
background-color: #654E29;
}
</style>
border-color css
<style>
span { border-color: #654E29; }
span { border-color: rgb(101,78,41); }
td.TdClassName
{
border-color: #654E29;
}
.TagClassName
{
border-color: #654E29;
}
</style>