Shades of Dallas #654A2B
Tints of Dallas #654A2B
RGB
CMYK
RGB Variations
Color information
#654A2B (or 0x654A2B) is known color: Dallas. HEX triplet: 65, 4A and 2B. RGB value is (101,74,43). Sum of RGB (Red+Green+Blue) = 101+74+43=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #654A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A2B is #9AB5D4. Grayscale: #4E4E4E. Windows color (decimal): -10139093 or 2837093. OLE color: 2837093.
HSL color Cylindrical-coordinate representation of color #654A2B: hue angle of 32.07º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654A2B is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 43 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.60 |
| HSL | 32.07º | 0.4% | 0.28% | - |
| HSV(B) | 32.07º | 0.57% | 0.4% | - |
| XYZ | 8.25 | 7.84 | 3.36 | - |
| YUV | 78.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 43 | 0 | 0.27 | 0.57 | 0.60 | 32.07 | 0.4 | 0.28 |
| Hex | 65 | 4A | 2B | 0 | 1B | 39 | 3C | 20 | 28 | 1C |
| Octal | 145 | 112 | 53 | 0 | 33 | 71 | 74 | 40 | 50 | 34 |
| Binary | 1100101 | 1001010 | 101011 | 0 | 11011 | 111001 | 111100 | 100000 | 101000 | 11100 |
Color Harmonies of #654A2B
Complementary color
Monochromatic Colors of #654A2B
Black with #654A2B
Text Example
Text Example
White with #654A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A2B; }
p { color: rgb(101,74,43); }
H1.HeaderClassName
{
color: #654A2B;
}
.AnyTagClassName
{
color: #654A2B;
}
</style>
background-color css
<style>
a { background-color: #654A2B; }
a { background-color: rgb(101,74,43); }
div.DivClassName
{
background-color: #654A2B;
}
.BgClassName
{
background-color: #654A2B;
}
</style>
border-color css
<style>
span { border-color: #654A2B; }
span { border-color: rgb(101,74,43); }
td.TdClassName
{
border-color: #654A2B;
}
.TagClassName
{
border-color: #654A2B;
}
</style>