Shades of Salt Box #71636C
Tints of Salt Box #71636C
RGB
CMYK
RGB Variations
Color information
#71636C (or 0x71636C) is known color: Salt Box. HEX triplet: 71, 63 and 6C. RGB value is (113,99,108). Sum of RGB (Red+Green+Blue) = 113+99+108=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #71636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636C is #8E9C93. Grayscale: #686868. Windows color (decimal): -9346196 or 7103345. OLE color: 7103345.
HSL color Cylindrical-coordinate representation of color #71636C: hue angle of 321.43º degrees, saturation: 0.07, 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 #71636C is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 108 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.56 |
| HSL | 321.43º | 0.07% | 0.42% | - |
| HSV(B) | 321.43º | 0.12% | 0.44% | - |
| XYZ | 13.98 | 13.52 | 16.06 | - |
| YUV | 104.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 108 | 0 | 0.12 | 0.04 | 0.56 | 321.43 | 0.07 | 0.42 |
| Hex | 71 | 63 | 6C | 0 | C | 4 | 38 | 141 | 7 | 2A |
| Octal | 161 | 143 | 154 | 0 | 14 | 4 | 70 | 501 | 7 | 52 |
| Binary | 1110001 | 1100011 | 1101100 | 0 | 1100 | 100 | 111000 | 101000001 | 111 | 101010 |
Color Harmonies of #71636C
Complementary color
Monochromatic Colors of #71636C
Black with #71636C
Text Example
Text Example
White with #71636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71636C; }
p { color: rgb(113,99,108); }
H1.HeaderClassName
{
color: #71636C;
}
.AnyTagClassName
{
color: #71636C;
}
</style>
background-color css
<style>
a { background-color: #71636C; }
a { background-color: rgb(113,99,108); }
div.DivClassName
{
background-color: #71636C;
}
.BgClassName
{
background-color: #71636C;
}
</style>
border-color css
<style>
span { border-color: #71636C; }
span { border-color: rgb(113,99,108); }
td.TdClassName
{
border-color: #71636C;
}
.TagClassName
{
border-color: #71636C;
}
</style>