Shades of Dallas #61472C
Tints of Dallas #61472C
RGB
CMYK
RGB Variations
Color information
#61472C (or 0x61472C) is known color: Dallas. HEX triplet: 61, 47 and 2C. RGB value is (97,71,44). Sum of RGB (Red+Green+Blue) = 97+71+44=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61472C is #9EB8D3. Grayscale: #4B4B4B. Windows color (decimal): -10402004 or 2901857. OLE color: 2901857.
HSL color Cylindrical-coordinate representation of color #61472C: hue angle of 30.57º 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 #61472C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 44 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.62 |
| HSL | 30.57º | 0.38% | 0.28% | - |
| HSV(B) | 30.57º | 0.55% | 0.38% | - |
| XYZ | 7.64 | 7.23 | 3.38 | - |
| YUV | 75.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 44 | 0 | 0.27 | 0.55 | 0.62 | 30.57 | 0.38 | 0.28 |
| Hex | 61 | 47 | 2C | 0 | 1B | 37 | 3E | 1F | 26 | 1C |
| Octal | 141 | 107 | 54 | 0 | 33 | 67 | 76 | 37 | 46 | 34 |
| Binary | 1100001 | 1000111 | 101100 | 0 | 11011 | 110111 | 111110 | 11111 | 100110 | 11100 |
Color Harmonies of #61472C
Complementary color
Monochromatic Colors of #61472C
Black with #61472C
Text Example
Text Example
White with #61472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61472C; }
p { color: rgb(97,71,44); }
H1.HeaderClassName
{
color: #61472C;
}
.AnyTagClassName
{
color: #61472C;
}
</style>
background-color css
<style>
a { background-color: #61472C; }
a { background-color: rgb(97,71,44); }
div.DivClassName
{
background-color: #61472C;
}
.BgClassName
{
background-color: #61472C;
}
</style>
border-color css
<style>
span { border-color: #61472C; }
span { border-color: rgb(97,71,44); }
td.TdClassName
{
border-color: #61472C;
}
.TagClassName
{
border-color: #61472C;
}
</style>