Shades of Dallas #654F34
Tints of Dallas #654F34
RGB
CMYK
RGB Variations
Color information
#654F34 (or 0x654F34) is known color: Dallas. HEX triplet: 65, 4F and 34. RGB value is (101,79,52). Sum of RGB (Red+Green+Blue) = 101+79+52=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #654F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654F34 is #9AB0CB. Grayscale: #525252. Windows color (decimal): -10137804 or 3428197. OLE color: 3428197.
HSL color Cylindrical-coordinate representation of color #654F34: hue angle of 33.06º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654F34 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 52 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.60 |
| HSL | 33.06º | 0.32% | 0.3% | - |
| HSV(B) | 33.06º | 0.49% | 0.4% | - |
| XYZ | 8.78 | 8.61 | 4.45 | - |
| YUV | 82.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 52 | 0 | 0.22 | 0.49 | 0.60 | 33.06 | 0.32 | 0.3 |
| Hex | 65 | 4F | 34 | 0 | 16 | 31 | 3C | 21 | 20 | 1E |
| Octal | 145 | 117 | 64 | 0 | 26 | 61 | 74 | 41 | 40 | 36 |
| Binary | 1100101 | 1001111 | 110100 | 0 | 10110 | 110001 | 111100 | 100001 | 100000 | 11110 |
Color Harmonies of #654F34
Complementary color
Monochromatic Colors of #654F34
Black with #654F34
Text Example
Text Example
White with #654F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F34; }
p { color: rgb(101,79,52); }
H1.HeaderClassName
{
color: #654F34;
}
.AnyTagClassName
{
color: #654F34;
}
</style>
background-color css
<style>
a { background-color: #654F34; }
a { background-color: rgb(101,79,52); }
div.DivClassName
{
background-color: #654F34;
}
.BgClassName
{
background-color: #654F34;
}
</style>
border-color css
<style>
span { border-color: #654F34; }
span { border-color: rgb(101,79,52); }
td.TdClassName
{
border-color: #654F34;
}
.TagClassName
{
border-color: #654F34;
}
</style>