Shades of Dallas #654A2C
Tints of Dallas #654A2C
RGB
CMYK
RGB Variations
Color information
#654A2C (or 0x654A2C) is known color: Dallas. HEX triplet: 65, 4A and 2C. RGB value is (101,74,44). Sum of RGB (Red+Green+Blue) = 101+74+44=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #654A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A2C is #9AB5D3. Grayscale: #4E4E4E. Windows color (decimal): -10139092 or 2902629. OLE color: 2902629.
HSL color Cylindrical-coordinate representation of color #654A2C: hue angle of 31.58º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654A2C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 44 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.60 |
| HSL | 31.58º | 0.39% | 0.28% | - |
| HSV(B) | 31.58º | 0.56% | 0.4% | - |
| XYZ | 8.27 | 7.85 | 3.46 | - |
| YUV | 78.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 44 | 0 | 0.27 | 0.56 | 0.60 | 31.58 | 0.39 | 0.28 |
| Hex | 65 | 4A | 2C | 0 | 1B | 38 | 3C | 20 | 27 | 1C |
| Octal | 145 | 112 | 54 | 0 | 33 | 70 | 74 | 40 | 47 | 34 |
| Binary | 1100101 | 1001010 | 101100 | 0 | 11011 | 111000 | 111100 | 100000 | 100111 | 11100 |
Color Harmonies of #654A2C
Complementary color
Monochromatic Colors of #654A2C
Black with #654A2C
Text Example
Text Example
White with #654A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A2C; }
p { color: rgb(101,74,44); }
H1.HeaderClassName
{
color: #654A2C;
}
.AnyTagClassName
{
color: #654A2C;
}
</style>
background-color css
<style>
a { background-color: #654A2C; }
a { background-color: rgb(101,74,44); }
div.DivClassName
{
background-color: #654A2C;
}
.BgClassName
{
background-color: #654A2C;
}
</style>
border-color css
<style>
span { border-color: #654A2C; }
span { border-color: rgb(101,74,44); }
td.TdClassName
{
border-color: #654A2C;
}
.TagClassName
{
border-color: #654A2C;
}
</style>