Shades of Salt Box #715E6D
Tints of Salt Box #715E6D
RGB
CMYK
RGB Variations
Color information
#715E6D (or 0x715E6D) is known color: Salt Box. HEX triplet: 71, 5E and 6D. RGB value is (113,94,109). Sum of RGB (Red+Green+Blue) = 113+94+109=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #715E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E6D is #8EA192. Grayscale: #656565. Windows color (decimal): -9347475 or 7167601. OLE color: 7167601.
HSL color Cylindrical-coordinate representation of color #715E6D: hue angle of 312.63º 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 #715E6D is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 109 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.56 |
| HSL | 312.63º | 0.09% | 0.41% | - |
| HSV(B) | 312.63º | 0.17% | 0.44% | - |
| XYZ | 13.57 | 12.62 | 16.19 | - |
| YUV | 101.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 109 | 0 | 0.17 | 0.04 | 0.56 | 312.63 | 0.09 | 0.41 |
| Hex | 71 | 5E | 6D | 0 | 11 | 4 | 38 | 139 | 9 | 29 |
| Octal | 161 | 136 | 155 | 0 | 21 | 4 | 70 | 471 | 11 | 51 |
| Binary | 1110001 | 1011110 | 1101101 | 0 | 10001 | 100 | 111000 | 100111001 | 1001 | 101001 |
Color Harmonies of #715E6D
Complementary color
Monochromatic Colors of #715E6D
Black with #715E6D
Text Example
Text Example
White with #715E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E6D; }
p { color: rgb(113,94,109); }
H1.HeaderClassName
{
color: #715E6D;
}
.AnyTagClassName
{
color: #715E6D;
}
</style>
background-color css
<style>
a { background-color: #715E6D; }
a { background-color: rgb(113,94,109); }
div.DivClassName
{
background-color: #715E6D;
}
.BgClassName
{
background-color: #715E6D;
}
</style>
border-color css
<style>
span { border-color: #715E6D; }
span { border-color: rgb(113,94,109); }
td.TdClassName
{
border-color: #715E6D;
}
.TagClassName
{
border-color: #715E6D;
}
</style>