Shades of Dallas #654E2A
Tints of Dallas #654E2A
RGB
CMYK
RGB Variations
Color information
#654E2A (or 0x654E2A) is known color: Dallas. HEX triplet: 65, 4E and 2A. RGB value is (101,78,42). Sum of RGB (Red+Green+Blue) = 101+78+42=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E2A is #9AB1D5. Grayscale: #505050. Windows color (decimal): -10138070 or 2772581. OLE color: 2772581.
HSL color Cylindrical-coordinate representation of color #654E2A: hue angle of 36.61º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654E2A is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 42 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.60 |
| HSL | 36.61º | 0.41% | 0.28% | - |
| HSV(B) | 36.61º | 0.58% | 0.4% | - |
| XYZ | 8.51 | 8.38 | 3.36 | - |
| YUV | 80.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 42 | 0 | 0.23 | 0.58 | 0.60 | 36.61 | 0.41 | 0.28 |
| Hex | 65 | 4E | 2A | 0 | 17 | 3A | 3C | 25 | 29 | 1C |
| Octal | 145 | 116 | 52 | 0 | 27 | 72 | 74 | 45 | 51 | 34 |
| Binary | 1100101 | 1001110 | 101010 | 0 | 10111 | 111010 | 111100 | 100101 | 101001 | 11100 |
Color Harmonies of #654E2A
Complementary color
Monochromatic Colors of #654E2A
Black with #654E2A
Text Example
Text Example
White with #654E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E2A; }
p { color: rgb(101,78,42); }
H1.HeaderClassName
{
color: #654E2A;
}
.AnyTagClassName
{
color: #654E2A;
}
</style>
background-color css
<style>
a { background-color: #654E2A; }
a { background-color: rgb(101,78,42); }
div.DivClassName
{
background-color: #654E2A;
}
.BgClassName
{
background-color: #654E2A;
}
</style>
border-color css
<style>
span { border-color: #654E2A; }
span { border-color: rgb(101,78,42); }
td.TdClassName
{
border-color: #654E2A;
}
.TagClassName
{
border-color: #654E2A;
}
</style>