Shades of Dallas #614A32
Tints of Dallas #614A32
RGB
CMYK
RGB Variations
Color information
#614A32 (or 0x614A32) is known color: Dallas. HEX triplet: 61, 4A and 32. RGB value is (97,74,50). Sum of RGB (Red+Green+Blue) = 97+74+50=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #614A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A32 is #9EB5CD. Grayscale: #4E4E4E. Windows color (decimal): -10401230 or 3295841. OLE color: 3295841.
HSL color Cylindrical-coordinate representation of color #614A32: hue angle of 30.64º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #614A32 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 50 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.62 |
| HSL | 30.64º | 0.32% | 0.29% | - |
| HSV(B) | 30.64º | 0.48% | 0.38% | - |
| XYZ | 7.95 | 7.67 | 4.08 | - |
| YUV | 78.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 50 | 0 | 0.24 | 0.48 | 0.62 | 30.64 | 0.32 | 0.29 |
| Hex | 61 | 4A | 32 | 0 | 18 | 30 | 3E | 1F | 20 | 1D |
| Octal | 141 | 112 | 62 | 0 | 30 | 60 | 76 | 37 | 40 | 35 |
| Binary | 1100001 | 1001010 | 110010 | 0 | 11000 | 110000 | 111110 | 11111 | 100000 | 11101 |
Color Harmonies of #614A32
Complementary color
Monochromatic Colors of #614A32
Black with #614A32
Text Example
Text Example
White with #614A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A32; }
p { color: rgb(97,74,50); }
H1.HeaderClassName
{
color: #614A32;
}
.AnyTagClassName
{
color: #614A32;
}
</style>
background-color css
<style>
a { background-color: #614A32; }
a { background-color: rgb(97,74,50); }
div.DivClassName
{
background-color: #614A32;
}
.BgClassName
{
background-color: #614A32;
}
</style>
border-color css
<style>
span { border-color: #614A32; }
span { border-color: rgb(97,74,50); }
td.TdClassName
{
border-color: #614A32;
}
.TagClassName
{
border-color: #614A32;
}
</style>