Shades of Salt Box #61555F
Tints of Salt Box #61555F
RGB
CMYK
RGB Variations
Color information
#61555F (or 0x61555F) is known color: Salt Box. HEX triplet: 61, 55 and 5F. RGB value is (97,85,95). Sum of RGB (Red+Green+Blue) = 97+85+95=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 97 - color contains mainly: red. Hex color #61555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61555F is #9EAAA0. Grayscale: #595959. Windows color (decimal): -10398369 or 6247777. OLE color: 6247777.
HSL color Cylindrical-coordinate representation of color #61555F: hue angle of 310º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61555F is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 85 | 95 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.62 |
| HSL | 310º | 0.07% | 0.36% | - |
| HSV(B) | 310º | 0.12% | 0.38% | - |
| XYZ | 10.24 | 9.86 | 12.19 | - |
| YUV | 89.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 95 | 0 | 0.12 | 0.02 | 0.62 | 310 | 0.07 | 0.36 |
| Hex | 61 | 55 | 5F | 0 | C | 2 | 3E | 136 | 7 | 24 |
| Octal | 141 | 125 | 137 | 0 | 14 | 2 | 76 | 466 | 7 | 44 |
| Binary | 1100001 | 1010101 | 1011111 | 0 | 1100 | 10 | 111110 | 100110110 | 111 | 100100 |
Color Harmonies of #61555F
Complementary color
Monochromatic Colors of #61555F
Black with #61555F
Text Example
Text Example
White with #61555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61555F; }
p { color: rgb(97,85,95); }
H1.HeaderClassName
{
color: #61555F;
}
.AnyTagClassName
{
color: #61555F;
}
</style>
background-color css
<style>
a { background-color: #61555F; }
a { background-color: rgb(97,85,95); }
div.DivClassName
{
background-color: #61555F;
}
.BgClassName
{
background-color: #61555F;
}
</style>
border-color css
<style>
span { border-color: #61555F; }
span { border-color: rgb(97,85,95); }
td.TdClassName
{
border-color: #61555F;
}
.TagClassName
{
border-color: #61555F;
}
</style>