Shades of Dallas #614B2D
Tints of Dallas #614B2D
RGB
CMYK
RGB Variations
Color information
#614B2D (or 0x614B2D) is known color: Dallas. HEX triplet: 61, 4B and 2D. RGB value is (97,75,45). Sum of RGB (Red+Green+Blue) = 97+75+45=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B2D is #9EB4D2. Grayscale: #4E4E4E. Windows color (decimal): -10400979 or 2968417. OLE color: 2968417.
HSL color Cylindrical-coordinate representation of color #614B2D: hue angle of 34.62º 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 #614B2D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 45 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.62 |
| HSL | 34.62º | 0.37% | 0.28% | - |
| HSV(B) | 34.62º | 0.54% | 0.38% | - |
| XYZ | 7.92 | 7.76 | 3.56 | - |
| YUV | 78.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 45 | 0 | 0.23 | 0.54 | 0.62 | 34.62 | 0.37 | 0.28 |
| Hex | 61 | 4B | 2D | 0 | 17 | 36 | 3E | 23 | 25 | 1C |
| Octal | 141 | 113 | 55 | 0 | 27 | 66 | 76 | 43 | 45 | 34 |
| Binary | 1100001 | 1001011 | 101101 | 0 | 10111 | 110110 | 111110 | 100011 | 100101 | 11100 |
Color Harmonies of #614B2D
Complementary color
Monochromatic Colors of #614B2D
Black with #614B2D
Text Example
Text Example
White with #614B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B2D; }
p { color: rgb(97,75,45); }
H1.HeaderClassName
{
color: #614B2D;
}
.AnyTagClassName
{
color: #614B2D;
}
</style>
background-color css
<style>
a { background-color: #614B2D; }
a { background-color: rgb(97,75,45); }
div.DivClassName
{
background-color: #614B2D;
}
.BgClassName
{
background-color: #614B2D;
}
</style>
border-color css
<style>
span { border-color: #614B2D; }
span { border-color: rgb(97,75,45); }
td.TdClassName
{
border-color: #614B2D;
}
.TagClassName
{
border-color: #614B2D;
}
</style>