Shades of Dallas #614B35
Tints of Dallas #614B35
RGB
CMYK
RGB Variations
Color information
#614B35 (or 0x614B35) is known color: Dallas. HEX triplet: 61, 4B and 35. RGB value is (97,75,53). Sum of RGB (Red+Green+Blue) = 97+75+53=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B35 is #9EB4CA. Grayscale: #4F4F4F. Windows color (decimal): -10400971 or 3492705. OLE color: 3492705.
HSL color Cylindrical-coordinate representation of color #614B35: hue angle of 30º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614B35 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 53 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.62 |
| HSL | 30º | 0.29% | 0.29% | - |
| HSV(B) | 30º | 0.45% | 0.38% | - |
| XYZ | 8.09 | 7.83 | 4.45 | - |
| YUV | 79.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 53 | 0 | 0.23 | 0.45 | 0.62 | 30 | 0.29 | 0.29 |
| Hex | 61 | 4B | 35 | 0 | 17 | 2D | 3E | 1E | 1D | 1D |
| Octal | 141 | 113 | 65 | 0 | 27 | 55 | 76 | 36 | 35 | 35 |
| Binary | 1100001 | 1001011 | 110101 | 0 | 10111 | 101101 | 111110 | 11110 | 11101 | 11101 |
Color Harmonies of #614B35
Complementary color
Monochromatic Colors of #614B35
Black with #614B35
Text Example
Text Example
White with #614B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B35; }
p { color: rgb(97,75,53); }
H1.HeaderClassName
{
color: #614B35;
}
.AnyTagClassName
{
color: #614B35;
}
</style>
background-color css
<style>
a { background-color: #614B35; }
a { background-color: rgb(97,75,53); }
div.DivClassName
{
background-color: #614B35;
}
.BgClassName
{
background-color: #614B35;
}
</style>
border-color css
<style>
span { border-color: #614B35; }
span { border-color: rgb(97,75,53); }
td.TdClassName
{
border-color: #614B35;
}
.TagClassName
{
border-color: #614B35;
}
</style>