Shades of Salt Box #61535F
Tints of Salt Box #61535F
RGB
CMYK
RGB Variations
Color information
#61535F (or 0x61535F) is known color: Salt Box. HEX triplet: 61, 53 and 5F. RGB value is (97,83,95). Sum of RGB (Red+Green+Blue) = 97+83+95=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #61535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535F is #9EACA0. Grayscale: #585858. Windows color (decimal): -10398881 or 6247265. OLE color: 6247265.
HSL color Cylindrical-coordinate representation of color #61535F: hue angle of 308.57º 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 #61535F is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 95 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.62 |
| HSL | 308.57º | 0.08% | 0.35% | - |
| HSV(B) | 308.57º | 0.14% | 0.38% | - |
| XYZ | 10.09 | 9.55 | 12.14 | - |
| YUV | 88.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 95 | 0 | 0.14 | 0.02 | 0.62 | 308.57 | 0.08 | 0.35 |
| Hex | 61 | 53 | 5F | 0 | E | 2 | 3E | 135 | 8 | 23 |
| Octal | 141 | 123 | 137 | 0 | 16 | 2 | 76 | 465 | 10 | 43 |
| Binary | 1100001 | 1010011 | 1011111 | 0 | 1110 | 10 | 111110 | 100110101 | 1000 | 100011 |
Color Harmonies of #61535F
Complementary color
Monochromatic Colors of #61535F
Black with #61535F
Text Example
Text Example
White with #61535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61535F; }
p { color: rgb(97,83,95); }
H1.HeaderClassName
{
color: #61535F;
}
.AnyTagClassName
{
color: #61535F;
}
</style>
background-color css
<style>
a { background-color: #61535F; }
a { background-color: rgb(97,83,95); }
div.DivClassName
{
background-color: #61535F;
}
.BgClassName
{
background-color: #61535F;
}
</style>
border-color css
<style>
span { border-color: #61535F; }
span { border-color: rgb(97,83,95); }
td.TdClassName
{
border-color: #61535F;
}
.TagClassName
{
border-color: #61535F;
}
</style>