Shades of Dallas #654F32
Tints of Dallas #654F32
RGB
CMYK
RGB Variations
Color information
#654F32 (or 0x654F32) is known color: Dallas. HEX triplet: 65, 4F and 32. RGB value is (101,79,50). Sum of RGB (Red+Green+Blue) = 101+79+50=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #654F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F32 is #9AB0CD. Grayscale: #525252. Windows color (decimal): -10137806 or 3297125. OLE color: 3297125.
HSL color Cylindrical-coordinate representation of color #654F32: hue angle of 34.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654F32 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 50 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.60 |
| HSL | 34.12º | 0.34% | 0.3% | - |
| HSV(B) | 34.12º | 0.5% | 0.4% | - |
| XYZ | 8.74 | 8.59 | 4.21 | - |
| YUV | 82.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 50 | 0 | 0.22 | 0.50 | 0.60 | 34.12 | 0.34 | 0.3 |
| Hex | 65 | 4F | 32 | 0 | 16 | 32 | 3C | 22 | 22 | 1E |
| Octal | 145 | 117 | 62 | 0 | 26 | 62 | 74 | 42 | 42 | 36 |
| Binary | 1100101 | 1001111 | 110010 | 0 | 10110 | 110010 | 111100 | 100010 | 100010 | 11110 |
Color Harmonies of #654F32
Complementary color
Monochromatic Colors of #654F32
Black with #654F32
Text Example
Text Example
White with #654F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F32; }
p { color: rgb(101,79,50); }
H1.HeaderClassName
{
color: #654F32;
}
.AnyTagClassName
{
color: #654F32;
}
</style>
background-color css
<style>
a { background-color: #654F32; }
a { background-color: rgb(101,79,50); }
div.DivClassName
{
background-color: #654F32;
}
.BgClassName
{
background-color: #654F32;
}
</style>
border-color css
<style>
span { border-color: #654F32; }
span { border-color: rgb(101,79,50); }
td.TdClassName
{
border-color: #654F32;
}
.TagClassName
{
border-color: #654F32;
}
</style>