Shades of Dallas #654B29
Tints of Dallas #654B29
RGB
CMYK
RGB Variations
Color information
#654B29 (or 0x654B29) is known color: Dallas. HEX triplet: 65, 4B and 29. RGB value is (101,75,41). Sum of RGB (Red+Green+Blue) = 101+75+41=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #654B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B29 is #9AB4D6. Grayscale: #4F4F4F. Windows color (decimal): -10138839 or 2706277. OLE color: 2706277.
HSL color Cylindrical-coordinate representation of color #654B29: hue angle of 34º 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 #654B29 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 41 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.60 |
| HSL | 34º | 0.42% | 0.28% | - |
| HSV(B) | 34º | 0.59% | 0.4% | - |
| XYZ | 8.28 | 7.96 | 3.2 | - |
| YUV | 78.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 41 | 0 | 0.26 | 0.59 | 0.60 | 34 | 0.42 | 0.28 |
| Hex | 65 | 4B | 29 | 0 | 1A | 3B | 3C | 22 | 2A | 1C |
| Octal | 145 | 113 | 51 | 0 | 32 | 73 | 74 | 42 | 52 | 34 |
| Binary | 1100101 | 1001011 | 101001 | 0 | 11010 | 111011 | 111100 | 100010 | 101010 | 11100 |
Color Harmonies of #654B29
Complementary color
Monochromatic Colors of #654B29
Black with #654B29
Text Example
Text Example
White with #654B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B29; }
p { color: rgb(101,75,41); }
H1.HeaderClassName
{
color: #654B29;
}
.AnyTagClassName
{
color: #654B29;
}
</style>
background-color css
<style>
a { background-color: #654B29; }
a { background-color: rgb(101,75,41); }
div.DivClassName
{
background-color: #654B29;
}
.BgClassName
{
background-color: #654B29;
}
</style>
border-color css
<style>
span { border-color: #654B29; }
span { border-color: rgb(101,75,41); }
td.TdClassName
{
border-color: #654B29;
}
.TagClassName
{
border-color: #654B29;
}
</style>