Shades of Salt Box #71646E
Tints of Salt Box #71646E
RGB
CMYK
RGB Variations
Color information
#71646E (or 0x71646E) is known color: Salt Box. HEX triplet: 71, 64 and 6E. RGB value is (113,100,110). Sum of RGB (Red+Green+Blue) = 113+100+110=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #71646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71646E is #8E9B91. Grayscale: #696969. Windows color (decimal): -9345938 or 7234673. OLE color: 7234673.
HSL color Cylindrical-coordinate representation of color #71646E: hue angle of 313.85º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71646E is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 100 | 110 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.56 |
| HSL | 313.85º | 0.06% | 0.42% | - |
| HSV(B) | 313.85º | 0.12% | 0.44% | - |
| XYZ | 14.18 | 13.75 | 16.66 | - |
| YUV | 105.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 110 | 0 | 0.12 | 0.03 | 0.56 | 313.85 | 0.06 | 0.42 |
| Hex | 71 | 64 | 6E | 0 | C | 3 | 38 | 13A | 6 | 2A |
| Octal | 161 | 144 | 156 | 0 | 14 | 3 | 70 | 472 | 6 | 52 |
| Binary | 1110001 | 1100100 | 1101110 | 0 | 1100 | 11 | 111000 | 100111010 | 110 | 101010 |
Color Harmonies of #71646E
Complementary color
Monochromatic Colors of #71646E
Black with #71646E
Text Example
Text Example
White with #71646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71646E; }
p { color: rgb(113,100,110); }
H1.HeaderClassName
{
color: #71646E;
}
.AnyTagClassName
{
color: #71646E;
}
</style>
background-color css
<style>
a { background-color: #71646E; }
a { background-color: rgb(113,100,110); }
div.DivClassName
{
background-color: #71646E;
}
.BgClassName
{
background-color: #71646E;
}
</style>
border-color css
<style>
span { border-color: #71646E; }
span { border-color: rgb(113,100,110); }
td.TdClassName
{
border-color: #71646E;
}
.TagClassName
{
border-color: #71646E;
}
</style>