Shades of Salt Box #61525E
Tints of Salt Box #61525E
RGB
CMYK
RGB Variations
Color information
#61525E (or 0x61525E) is known color: Salt Box. HEX triplet: 61, 52 and 5E. RGB value is (97,82,94). Sum of RGB (Red+Green+Blue) = 97+82+94=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61525E is #9EADA1. Grayscale: #575757. Windows color (decimal): -10399138 or 6181473. OLE color: 6181473.
HSL color Cylindrical-coordinate representation of color #61525E: hue angle of 312º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #61525E is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 94 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.62 |
| HSL | 312º | 0.08% | 0.35% | - |
| HSV(B) | 312º | 0.15% | 0.38% | - |
| XYZ | 9.97 | 9.38 | 11.88 | - |
| YUV | 87.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 94 | 0 | 0.15 | 0.03 | 0.62 | 312 | 0.08 | 0.35 |
| Hex | 61 | 52 | 5E | 0 | F | 3 | 3E | 138 | 8 | 23 |
| Octal | 141 | 122 | 136 | 0 | 17 | 3 | 76 | 470 | 10 | 43 |
| Binary | 1100001 | 1010010 | 1011110 | 0 | 1111 | 11 | 111110 | 100111000 | 1000 | 100011 |
Color Harmonies of #61525E
Complementary color
Monochromatic Colors of #61525E
Black with #61525E
Text Example
Text Example
White with #61525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61525E; }
p { color: rgb(97,82,94); }
H1.HeaderClassName
{
color: #61525E;
}
.AnyTagClassName
{
color: #61525E;
}
</style>
background-color css
<style>
a { background-color: #61525E; }
a { background-color: rgb(97,82,94); }
div.DivClassName
{
background-color: #61525E;
}
.BgClassName
{
background-color: #61525E;
}
</style>
border-color css
<style>
span { border-color: #61525E; }
span { border-color: rgb(97,82,94); }
td.TdClassName
{
border-color: #61525E;
}
.TagClassName
{
border-color: #61525E;
}
</style>