Shades of Dallas #614A2D
Tints of Dallas #614A2D
RGB
CMYK
RGB Variations
Color information
#614A2D (or 0x614A2D) is known color: Dallas. HEX triplet: 61, 4A and 2D. RGB value is (97,74,45). Sum of RGB (Red+Green+Blue) = 97+74+45=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A2D is #9EB5D2. Grayscale: #4D4D4D. Windows color (decimal): -10401235 or 2968161. OLE color: 2968161.
HSL color Cylindrical-coordinate representation of color #614A2D: hue angle of 33.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614A2D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 45 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.62 |
| HSL | 33.46º | 0.37% | 0.28% | - |
| HSV(B) | 33.46º | 0.54% | 0.38% | - |
| XYZ | 7.85 | 7.63 | 3.54 | - |
| YUV | 77.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 45 | 0 | 0.24 | 0.54 | 0.62 | 33.46 | 0.37 | 0.28 |
| Hex | 61 | 4A | 2D | 0 | 18 | 36 | 3E | 21 | 25 | 1C |
| Octal | 141 | 112 | 55 | 0 | 30 | 66 | 76 | 41 | 45 | 34 |
| Binary | 1100001 | 1001010 | 101101 | 0 | 11000 | 110110 | 111110 | 100001 | 100101 | 11100 |
Color Harmonies of #614A2D
Complementary color
Monochromatic Colors of #614A2D
Black with #614A2D
Text Example
Text Example
White with #614A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A2D; }
p { color: rgb(97,74,45); }
H1.HeaderClassName
{
color: #614A2D;
}
.AnyTagClassName
{
color: #614A2D;
}
</style>
background-color css
<style>
a { background-color: #614A2D; }
a { background-color: rgb(97,74,45); }
div.DivClassName
{
background-color: #614A2D;
}
.BgClassName
{
background-color: #614A2D;
}
</style>
border-color css
<style>
span { border-color: #614A2D; }
span { border-color: rgb(97,74,45); }
td.TdClassName
{
border-color: #614A2D;
}
.TagClassName
{
border-color: #614A2D;
}
</style>