Shades of Dallas #614E2F
Tints of Dallas #614E2F
RGB
CMYK
RGB Variations
Color information
#614E2F (or 0x614E2F) is known color: Dallas. HEX triplet: 61, 4E and 2F. RGB value is (97,78,47). Sum of RGB (Red+Green+Blue) = 97+78+47=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E2F is #9EB1D0. Grayscale: #505050. Windows color (decimal): -10400209 or 3100257. OLE color: 3100257.
HSL color Cylindrical-coordinate representation of color #614E2F: hue angle of 37.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614E2F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 47 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.62 |
| HSL | 37.2º | 0.35% | 0.28% | - |
| HSV(B) | 37.2º | 0.52% | 0.38% | - |
| XYZ | 8.17 | 8.2 | 3.84 | - |
| YUV | 80.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 47 | 0 | 0.20 | 0.52 | 0.62 | 37.2 | 0.35 | 0.28 |
| Hex | 61 | 4E | 2F | 0 | 14 | 34 | 3E | 25 | 23 | 1C |
| Octal | 141 | 116 | 57 | 0 | 24 | 64 | 76 | 45 | 43 | 34 |
| Binary | 1100001 | 1001110 | 101111 | 0 | 10100 | 110100 | 111110 | 100101 | 100011 | 11100 |
Color Harmonies of #614E2F
Complementary color
Monochromatic Colors of #614E2F
Black with #614E2F
Text Example
Text Example
White with #614E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E2F; }
p { color: rgb(97,78,47); }
H1.HeaderClassName
{
color: #614E2F;
}
.AnyTagClassName
{
color: #614E2F;
}
</style>
background-color css
<style>
a { background-color: #614E2F; }
a { background-color: rgb(97,78,47); }
div.DivClassName
{
background-color: #614E2F;
}
.BgClassName
{
background-color: #614E2F;
}
</style>
border-color css
<style>
span { border-color: #614E2F; }
span { border-color: rgb(97,78,47); }
td.TdClassName
{
border-color: #614E2F;
}
.TagClassName
{
border-color: #614E2F;
}
</style>