Shades of Saddle #61534D
Tints of Saddle #61534D
RGB
CMYK
RGB Variations
Color information
#61534D (or 0x61534D) is known color: Saddle. HEX triplet: 61, 53 and 4D. RGB value is (97,83,77). Sum of RGB (Red+Green+Blue) = 97+83+77=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61534D is #9EACB2. Grayscale: #565656. Windows color (decimal): -10398899 or 5067617. OLE color: 5067617.
HSL color Cylindrical-coordinate representation of color #61534D: hue angle of 18º 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 #61534D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 77 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.62 |
| HSL | 18º | 0.11% | 0.34% | - |
| HSV(B) | 18º | 0.21% | 0.38% | - |
| XYZ | 9.36 | 9.26 | 8.32 | - |
| YUV | 86.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 77 | 0 | 0.14 | 0.21 | 0.62 | 18 | 0.11 | 0.34 |
| Hex | 61 | 53 | 4D | 0 | E | 15 | 3E | 12 | B | 22 |
| Octal | 141 | 123 | 115 | 0 | 16 | 25 | 76 | 22 | 13 | 42 |
| Binary | 1100001 | 1010011 | 1001101 | 0 | 1110 | 10101 | 111110 | 10010 | 1011 | 100010 |
Color Harmonies of #61534D
Complementary color
Monochromatic Colors of #61534D
Black with #61534D
Text Example
Text Example
White with #61534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61534D; }
p { color: rgb(97,83,77); }
H1.HeaderClassName
{
color: #61534D;
}
.AnyTagClassName
{
color: #61534D;
}
</style>
background-color css
<style>
a { background-color: #61534D; }
a { background-color: rgb(97,83,77); }
div.DivClassName
{
background-color: #61534D;
}
.BgClassName
{
background-color: #61534D;
}
</style>
border-color css
<style>
span { border-color: #61534D; }
span { border-color: rgb(97,83,77); }
td.TdClassName
{
border-color: #61534D;
}
.TagClassName
{
border-color: #61534D;
}
</style>