Shades of Salt Box #61535E
Tints of Salt Box #61535E
RGB
CMYK
RGB Variations
Color information
#61535E (or 0x61535E) is known color: Salt Box. HEX triplet: 61, 53 and 5E. RGB value is (97,83,94). Sum of RGB (Red+Green+Blue) = 97+83+94=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #61535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535E is #9EACA1. Grayscale: #585858. Windows color (decimal): -10398882 or 6181729. OLE color: 6181729.
HSL color Cylindrical-coordinate representation of color #61535E: hue angle of 312.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61535E is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 94 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.62 |
| HSL | 312.86º | 0.08% | 0.35% | - |
| HSV(B) | 312.86º | 0.14% | 0.38% | - |
| XYZ | 10.04 | 9.54 | 11.9 | - |
| YUV | 88.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 94 | 0 | 0.14 | 0.03 | 0.62 | 312.86 | 0.08 | 0.35 |
| Hex | 61 | 53 | 5E | 0 | E | 3 | 3E | 139 | 8 | 23 |
| Octal | 141 | 123 | 136 | 0 | 16 | 3 | 76 | 471 | 10 | 43 |
| Binary | 1100001 | 1010011 | 1011110 | 0 | 1110 | 11 | 111110 | 100111001 | 1000 | 100011 |
Color Harmonies of #61535E
Complementary color
Monochromatic Colors of #61535E
Black with #61535E
Text Example
Text Example
White with #61535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61535E; }
p { color: rgb(97,83,94); }
H1.HeaderClassName
{
color: #61535E;
}
.AnyTagClassName
{
color: #61535E;
}
</style>
background-color css
<style>
a { background-color: #61535E; }
a { background-color: rgb(97,83,94); }
div.DivClassName
{
background-color: #61535E;
}
.BgClassName
{
background-color: #61535E;
}
</style>
border-color css
<style>
span { border-color: #61535E; }
span { border-color: rgb(97,83,94); }
td.TdClassName
{
border-color: #61535E;
}
.TagClassName
{
border-color: #61535E;
}
</style>