Shades of Dallas #614B2C
Tints of Dallas #614B2C
RGB
CMYK
RGB Variations
Color information
#614B2C (or 0x614B2C) is known color: Dallas. HEX triplet: 61, 4B and 2C. RGB value is (97,75,44). Sum of RGB (Red+Green+Blue) = 97+75+44=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B2C is #9EB4D3. Grayscale: #4E4E4E. Windows color (decimal): -10400980 or 2902881. OLE color: 2902881.
HSL color Cylindrical-coordinate representation of color #614B2C: hue angle of 35.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #614B2C is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 44 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.62 |
| HSL | 35.09º | 0.38% | 0.28% | - |
| HSV(B) | 35.09º | 0.55% | 0.38% | - |
| XYZ | 7.9 | 7.76 | 3.46 | - |
| YUV | 78.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 44 | 0 | 0.23 | 0.55 | 0.62 | 35.09 | 0.38 | 0.28 |
| Hex | 61 | 4B | 2C | 0 | 17 | 37 | 3E | 23 | 26 | 1C |
| Octal | 141 | 113 | 54 | 0 | 27 | 67 | 76 | 43 | 46 | 34 |
| Binary | 1100001 | 1001011 | 101100 | 0 | 10111 | 110111 | 111110 | 100011 | 100110 | 11100 |
Color Harmonies of #614B2C
Complementary color
Monochromatic Colors of #614B2C
Black with #614B2C
Text Example
Text Example
White with #614B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B2C; }
p { color: rgb(97,75,44); }
H1.HeaderClassName
{
color: #614B2C;
}
.AnyTagClassName
{
color: #614B2C;
}
</style>
background-color css
<style>
a { background-color: #614B2C; }
a { background-color: rgb(97,75,44); }
div.DivClassName
{
background-color: #614B2C;
}
.BgClassName
{
background-color: #614B2C;
}
</style>
border-color css
<style>
span { border-color: #614B2C; }
span { border-color: rgb(97,75,44); }
td.TdClassName
{
border-color: #614B2C;
}
.TagClassName
{
border-color: #614B2C;
}
</style>