Shades of Saddle #61534A
Tints of Saddle #61534A
RGB
CMYK
RGB Variations
Color information
#61534A (or 0x61534A) is known color: Saddle. HEX triplet: 61, 53 and 4A. RGB value is (97,83,74). Sum of RGB (Red+Green+Blue) = 97+83+74=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61534A is #9EACB5. Grayscale: #565656. Windows color (decimal): -10398902 or 4871009. OLE color: 4871009.
HSL color Cylindrical-coordinate representation of color #61534A: hue angle of 23.48º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61534A is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 74 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.62 |
| HSL | 23.48º | 0.13% | 0.34% | - |
| HSV(B) | 23.48º | 0.24% | 0.38% | - |
| XYZ | 9.26 | 9.22 | 7.77 | - |
| YUV | 86.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 74 | 0 | 0.14 | 0.24 | 0.62 | 23.48 | 0.13 | 0.34 |
| Hex | 61 | 53 | 4A | 0 | E | 18 | 3E | 17 | D | 22 |
| Octal | 141 | 123 | 112 | 0 | 16 | 30 | 76 | 27 | 15 | 42 |
| Binary | 1100001 | 1010011 | 1001010 | 0 | 1110 | 11000 | 111110 | 10111 | 1101 | 100010 |
Color Harmonies of #61534A
Complementary color
Monochromatic Colors of #61534A
Black with #61534A
Text Example
Text Example
White with #61534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61534A; }
p { color: rgb(97,83,74); }
H1.HeaderClassName
{
color: #61534A;
}
.AnyTagClassName
{
color: #61534A;
}
</style>
background-color css
<style>
a { background-color: #61534A; }
a { background-color: rgb(97,83,74); }
div.DivClassName
{
background-color: #61534A;
}
.BgClassName
{
background-color: #61534A;
}
</style>
border-color css
<style>
span { border-color: #61534A; }
span { border-color: rgb(97,83,74); }
td.TdClassName
{
border-color: #61534A;
}
.TagClassName
{
border-color: #61534A;
}
</style>