Shades of Dallas #614C2A
Tints of Dallas #614C2A
RGB
CMYK
RGB Variations
Color information
#614C2A (or 0x614C2A) is known color: Dallas. HEX triplet: 61, 4C and 2A. RGB value is (97,76,42). Sum of RGB (Red+Green+Blue) = 97+76+42=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C2A is #9EB3D5. Grayscale: #4E4E4E. Windows color (decimal): -10400726 or 2772065. OLE color: 2772065.
HSL color Cylindrical-coordinate representation of color #614C2A: hue angle of 37.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614C2A is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 42 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.62 |
| HSL | 37.09º | 0.4% | 0.27% | - |
| HSV(B) | 37.09º | 0.57% | 0.38% | - |
| XYZ | 7.93 | 7.88 | 3.29 | - |
| YUV | 78.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 42 | 0 | 0.22 | 0.57 | 0.62 | 37.09 | 0.4 | 0.27 |
| Hex | 61 | 4C | 2A | 0 | 16 | 39 | 3E | 25 | 28 | 1B |
| Octal | 141 | 114 | 52 | 0 | 26 | 71 | 76 | 45 | 50 | 33 |
| Binary | 1100001 | 1001100 | 101010 | 0 | 10110 | 111001 | 111110 | 100101 | 101000 | 11011 |
Color Harmonies of #614C2A
Complementary color
Monochromatic Colors of #614C2A
Black with #614C2A
Text Example
Text Example
White with #614C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C2A; }
p { color: rgb(97,76,42); }
H1.HeaderClassName
{
color: #614C2A;
}
.AnyTagClassName
{
color: #614C2A;
}
</style>
background-color css
<style>
a { background-color: #614C2A; }
a { background-color: rgb(97,76,42); }
div.DivClassName
{
background-color: #614C2A;
}
.BgClassName
{
background-color: #614C2A;
}
</style>
border-color css
<style>
span { border-color: #614C2A; }
span { border-color: rgb(97,76,42); }
td.TdClassName
{
border-color: #614C2A;
}
.TagClassName
{
border-color: #614C2A;
}
</style>