Shades of Saddle #61524B
Tints of Saddle #61524B
RGB
CMYK
RGB Variations
Color information
#61524B (or 0x61524B) is known color: Saddle. HEX triplet: 61, 52 and 4B. RGB value is (97,82,75). Sum of RGB (Red+Green+Blue) = 97+82+75=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61524B is #9EADB4. Grayscale: #555555. Windows color (decimal): -10399157 or 4936289. OLE color: 4936289.
HSL color Cylindrical-coordinate representation of color #61524B: hue angle of 19.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61524B is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 75 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.62 |
| HSL | 19.09º | 0.13% | 0.34% | - |
| HSV(B) | 19.09º | 0.23% | 0.38% | - |
| XYZ | 9.22 | 9.08 | 7.92 | - |
| YUV | 85.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 75 | 0 | 0.15 | 0.23 | 0.62 | 19.09 | 0.13 | 0.34 |
| Hex | 61 | 52 | 4B | 0 | F | 17 | 3E | 13 | D | 22 |
| Octal | 141 | 122 | 113 | 0 | 17 | 27 | 76 | 23 | 15 | 42 |
| Binary | 1100001 | 1010010 | 1001011 | 0 | 1111 | 10111 | 111110 | 10011 | 1101 | 100010 |
Color Harmonies of #61524B
Complementary color
Monochromatic Colors of #61524B
Black with #61524B
Text Example
Text Example
White with #61524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61524B; }
p { color: rgb(97,82,75); }
H1.HeaderClassName
{
color: #61524B;
}
.AnyTagClassName
{
color: #61524B;
}
</style>
background-color css
<style>
a { background-color: #61524B; }
a { background-color: rgb(97,82,75); }
div.DivClassName
{
background-color: #61524B;
}
.BgClassName
{
background-color: #61524B;
}
</style>
border-color css
<style>
span { border-color: #61524B; }
span { border-color: rgb(97,82,75); }
td.TdClassName
{
border-color: #61524B;
}
.TagClassName
{
border-color: #61524B;
}
</style>