Shades of Salt Box #715E6E
Tints of Salt Box #715E6E
RGB
CMYK
RGB Variations
Color information
#715E6E (or 0x715E6E) is known color: Salt Box. HEX triplet: 71, 5E and 6E. RGB value is (113,94,110). Sum of RGB (Red+Green+Blue) = 113+94+110=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #715E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E6E is #8EA191. Grayscale: #656565. Windows color (decimal): -9347474 or 7233137. OLE color: 7233137.
HSL color Cylindrical-coordinate representation of color #715E6E: hue angle of 309.47º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #715E6E is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 110 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.56 |
| HSL | 309.47º | 0.09% | 0.41% | - |
| HSV(B) | 309.47º | 0.17% | 0.44% | - |
| XYZ | 13.63 | 12.64 | 16.47 | - |
| YUV | 101.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 110 | 0 | 0.17 | 0.03 | 0.56 | 309.47 | 0.09 | 0.41 |
| Hex | 71 | 5E | 6E | 0 | 11 | 3 | 38 | 135 | 9 | 29 |
| Octal | 161 | 136 | 156 | 0 | 21 | 3 | 70 | 465 | 11 | 51 |
| Binary | 1110001 | 1011110 | 1101110 | 0 | 10001 | 11 | 111000 | 100110101 | 1001 | 101001 |
Color Harmonies of #715E6E
Complementary color
Monochromatic Colors of #715E6E
Black with #715E6E
Text Example
Text Example
White with #715E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E6E; }
p { color: rgb(113,94,110); }
H1.HeaderClassName
{
color: #715E6E;
}
.AnyTagClassName
{
color: #715E6E;
}
</style>
background-color css
<style>
a { background-color: #715E6E; }
a { background-color: rgb(113,94,110); }
div.DivClassName
{
background-color: #715E6E;
}
.BgClassName
{
background-color: #715E6E;
}
</style>
border-color css
<style>
span { border-color: #715E6E; }
span { border-color: rgb(113,94,110); }
td.TdClassName
{
border-color: #715E6E;
}
.TagClassName
{
border-color: #715E6E;
}
</style>