Shades of Dallas #61472F
Tints of Dallas #61472F
RGB
CMYK
RGB Variations
Color information
#61472F (or 0x61472F) is known color: Dallas. HEX triplet: 61, 47 and 2F. RGB value is (97,71,47). Sum of RGB (Red+Green+Blue) = 97+71+47=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61472F is #9EB8D0. Grayscale: #4C4C4C. Windows color (decimal): -10402001 or 3098465. OLE color: 3098465.
HSL color Cylindrical-coordinate representation of color #61472F: hue angle of 28.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61472F is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 47 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.62 |
| HSL | 28.8º | 0.35% | 0.28% | - |
| HSV(B) | 28.8º | 0.52% | 0.38% | - |
| XYZ | 7.7 | 7.25 | 3.68 | - |
| YUV | 76.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 47 | 0 | 0.27 | 0.52 | 0.62 | 28.8 | 0.35 | 0.28 |
| Hex | 61 | 47 | 2F | 0 | 1B | 34 | 3E | 1D | 23 | 1C |
| Octal | 141 | 107 | 57 | 0 | 33 | 64 | 76 | 35 | 43 | 34 |
| Binary | 1100001 | 1000111 | 101111 | 0 | 11011 | 110100 | 111110 | 11101 | 100011 | 11100 |
Color Harmonies of #61472F
Complementary color
Monochromatic Colors of #61472F
Black with #61472F
Text Example
Text Example
White with #61472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61472F; }
p { color: rgb(97,71,47); }
H1.HeaderClassName
{
color: #61472F;
}
.AnyTagClassName
{
color: #61472F;
}
</style>
background-color css
<style>
a { background-color: #61472F; }
a { background-color: rgb(97,71,47); }
div.DivClassName
{
background-color: #61472F;
}
.BgClassName
{
background-color: #61472F;
}
</style>
border-color css
<style>
span { border-color: #61472F; }
span { border-color: rgb(97,71,47); }
td.TdClassName
{
border-color: #61472F;
}
.TagClassName
{
border-color: #61472F;
}
</style>