Shades of Dallas #654E2E
Tints of Dallas #654E2E
RGB
CMYK
RGB Variations
Color information
#654E2E (or 0x654E2E) is known color: Dallas. HEX triplet: 65, 4E and 2E. RGB value is (101,78,46). Sum of RGB (Red+Green+Blue) = 101+78+46=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #654E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654E2E is #9AB1D1. Grayscale: #515151. Windows color (decimal): -10138066 or 3034725. OLE color: 3034725.
HSL color Cylindrical-coordinate representation of color #654E2E: hue angle of 34.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #654E2E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 78 | 46 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.60 |
| HSL | 34.91º | 0.37% | 0.29% | - |
| HSV(B) | 34.91º | 0.54% | 0.4% | - |
| XYZ | 8.58 | 8.41 | 3.76 | - |
| YUV | 81.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 46 | 0 | 0.23 | 0.54 | 0.60 | 34.91 | 0.37 | 0.29 |
| Hex | 65 | 4E | 2E | 0 | 17 | 36 | 3C | 23 | 25 | 1D |
| Octal | 145 | 116 | 56 | 0 | 27 | 66 | 74 | 43 | 45 | 35 |
| Binary | 1100101 | 1001110 | 101110 | 0 | 10111 | 110110 | 111100 | 100011 | 100101 | 11101 |
Color Harmonies of #654E2E
Complementary color
Monochromatic Colors of #654E2E
Black with #654E2E
Text Example
Text Example
White with #654E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E2E; }
p { color: rgb(101,78,46); }
H1.HeaderClassName
{
color: #654E2E;
}
.AnyTagClassName
{
color: #654E2E;
}
</style>
background-color css
<style>
a { background-color: #654E2E; }
a { background-color: rgb(101,78,46); }
div.DivClassName
{
background-color: #654E2E;
}
.BgClassName
{
background-color: #654E2E;
}
</style>
border-color css
<style>
span { border-color: #654E2E; }
span { border-color: rgb(101,78,46); }
td.TdClassName
{
border-color: #654E2E;
}
.TagClassName
{
border-color: #654E2E;
}
</style>