Shades of Salt Box #71536A
Tints of Salt Box #71536A
RGB
CMYK
RGB Variations
Color information
#71536A (or 0x71536A) is known color: Salt Box. HEX triplet: 71, 53 and 6A. RGB value is (113,83,106). Sum of RGB (Red+Green+Blue) = 113+83+106=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71536A is #8EAC95. Grayscale: #5E5E5E. Windows color (decimal): -9350294 or 6968177. OLE color: 6968177.
HSL color Cylindrical-coordinate representation of color #71536A: hue angle of 314º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71536A is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 106 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.56 |
| HSL | 314º | 0.15% | 0.38% | - |
| HSV(B) | 314º | 0.27% | 0.44% | - |
| XYZ | 12.5 | 10.74 | 15.05 | - |
| YUV | 94.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 106 | 0 | 0.27 | 0.06 | 0.56 | 314 | 0.15 | 0.38 |
| Hex | 71 | 53 | 6A | 0 | 1B | 6 | 38 | 13A | F | 26 |
| Octal | 161 | 123 | 152 | 0 | 33 | 6 | 70 | 472 | 17 | 46 |
| Binary | 1110001 | 1010011 | 1101010 | 0 | 11011 | 110 | 111000 | 100111010 | 1111 | 100110 |
Color Harmonies of #71536A
Complementary color
Monochromatic Colors of #71536A
Black with #71536A
Text Example
Text Example
White with #71536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71536A; }
p { color: rgb(113,83,106); }
H1.HeaderClassName
{
color: #71536A;
}
.AnyTagClassName
{
color: #71536A;
}
</style>
background-color css
<style>
a { background-color: #71536A; }
a { background-color: rgb(113,83,106); }
div.DivClassName
{
background-color: #71536A;
}
.BgClassName
{
background-color: #71536A;
}
</style>
border-color css
<style>
span { border-color: #71536A; }
span { border-color: rgb(113,83,106); }
td.TdClassName
{
border-color: #71536A;
}
.TagClassName
{
border-color: #71536A;
}
</style>