Shades of Salt Box #71606E
Tints of Salt Box #71606E
RGB
CMYK
RGB Variations
Color information
#71606E (or 0x71606E) is known color: Salt Box. HEX triplet: 71, 60 and 6E. RGB value is (113,96,110). Sum of RGB (Red+Green+Blue) = 113+96+110=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71606E is #8E9F91. Grayscale: #666666. Windows color (decimal): -9346962 or 7233649. OLE color: 7233649.
HSL color Cylindrical-coordinate representation of color #71606E: hue angle of 310.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #71606E is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 96 | 110 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.56 |
| HSL | 310.59º | 0.08% | 0.41% | - |
| HSV(B) | 310.59º | 0.15% | 0.44% | - |
| XYZ | 13.81 | 13 | 16.53 | - |
| YUV | 102.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 110 | 0 | 0.15 | 0.03 | 0.56 | 310.59 | 0.08 | 0.41 |
| Hex | 71 | 60 | 6E | 0 | F | 3 | 38 | 137 | 8 | 29 |
| Octal | 161 | 140 | 156 | 0 | 17 | 3 | 70 | 467 | 10 | 51 |
| Binary | 1110001 | 1100000 | 1101110 | 0 | 1111 | 11 | 111000 | 100110111 | 1000 | 101001 |
Color Harmonies of #71606E
Complementary color
Monochromatic Colors of #71606E
Black with #71606E
Text Example
Text Example
White with #71606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71606E; }
p { color: rgb(113,96,110); }
H1.HeaderClassName
{
color: #71606E;
}
.AnyTagClassName
{
color: #71606E;
}
</style>
background-color css
<style>
a { background-color: #71606E; }
a { background-color: rgb(113,96,110); }
div.DivClassName
{
background-color: #71606E;
}
.BgClassName
{
background-color: #71606E;
}
</style>
border-color css
<style>
span { border-color: #71606E; }
span { border-color: rgb(113,96,110); }
td.TdClassName
{
border-color: #71606E;
}
.TagClassName
{
border-color: #71606E;
}
</style>