Shades of Saddle #61544D
Tints of Saddle #61544D
RGB
CMYK
RGB Variations
Color information
#61544D (or 0x61544D) is known color: Saddle. HEX triplet: 61, 54 and 4D. RGB value is (97,84,77). Sum of RGB (Red+Green+Blue) = 97+84+77=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61544D is #9EABB2. Grayscale: #575757. Windows color (decimal): -10398643 or 5067873. OLE color: 5067873.
HSL color Cylindrical-coordinate representation of color #61544D: hue angle of 21º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61544D is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 84 | 77 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.62 |
| HSL | 21º | 0.11% | 0.34% | - |
| HSV(B) | 21º | 0.21% | 0.38% | - |
| XYZ | 9.44 | 9.42 | 8.34 | - |
| YUV | 87.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 77 | 0 | 0.13 | 0.21 | 0.62 | 21 | 0.11 | 0.34 |
| Hex | 61 | 54 | 4D | 0 | D | 15 | 3E | 15 | B | 22 |
| Octal | 141 | 124 | 115 | 0 | 15 | 25 | 76 | 25 | 13 | 42 |
| Binary | 1100001 | 1010100 | 1001101 | 0 | 1101 | 10101 | 111110 | 10101 | 1011 | 100010 |
Color Harmonies of #61544D
Complementary color
Monochromatic Colors of #61544D
Black with #61544D
Text Example
Text Example
White with #61544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61544D; }
p { color: rgb(97,84,77); }
H1.HeaderClassName
{
color: #61544D;
}
.AnyTagClassName
{
color: #61544D;
}
</style>
background-color css
<style>
a { background-color: #61544D; }
a { background-color: rgb(97,84,77); }
div.DivClassName
{
background-color: #61544D;
}
.BgClassName
{
background-color: #61544D;
}
</style>
border-color css
<style>
span { border-color: #61544D; }
span { border-color: rgb(97,84,77); }
td.TdClassName
{
border-color: #61544D;
}
.TagClassName
{
border-color: #61544D;
}
</style>