Shades of Salt Box #71596A
Tints of Salt Box #71596A
RGB
CMYK
RGB Variations
Color information
#71596A (or 0x71596A) is known color: Salt Box. HEX triplet: 71, 59 and 6A. RGB value is (113,89,106). Sum of RGB (Red+Green+Blue) = 113+89+106=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #71596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71596A is #8EA695. Grayscale: #626262. Windows color (decimal): -9348758 or 6969713. OLE color: 6969713.
HSL color Cylindrical-coordinate representation of color #71596A: hue angle of 317.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71596A is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 89 | 106 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.56 |
| HSL | 317.5º | 0.12% | 0.4% | - |
| HSV(B) | 317.5º | 0.21% | 0.44% | - |
| XYZ | 12.98 | 11.7 | 15.21 | - |
| YUV | 98.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 89 | 106 | 0 | 0.21 | 0.06 | 0.56 | 317.5 | 0.12 | 0.4 |
| Hex | 71 | 59 | 6A | 0 | 15 | 6 | 38 | 13E | C | 28 |
| Octal | 161 | 131 | 152 | 0 | 25 | 6 | 70 | 476 | 14 | 50 |
| Binary | 1110001 | 1011001 | 1101010 | 0 | 10101 | 110 | 111000 | 100111110 | 1100 | 101000 |
Color Harmonies of #71596A
Complementary color
Monochromatic Colors of #71596A
Black with #71596A
Text Example
Text Example
White with #71596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71596A; }
p { color: rgb(113,89,106); }
H1.HeaderClassName
{
color: #71596A;
}
.AnyTagClassName
{
color: #71596A;
}
</style>
background-color css
<style>
a { background-color: #71596A; }
a { background-color: rgb(113,89,106); }
div.DivClassName
{
background-color: #71596A;
}
.BgClassName
{
background-color: #71596A;
}
</style>
border-color css
<style>
span { border-color: #71596A; }
span { border-color: rgb(113,89,106); }
td.TdClassName
{
border-color: #71596A;
}
.TagClassName
{
border-color: #71596A;
}
</style>