Shades of Salt Box #695162
Tints of Salt Box #695162
RGB
CMYK
RGB Variations
Color information
#695162 (or 0x695162) is known color: Salt Box. HEX triplet: 69, 51 and 62. RGB value is (105,81,98). Sum of RGB (Red+Green+Blue) = 105+81+98=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695162 is #96AE9D. Grayscale: #5A5A5A. Windows color (decimal): -9875102 or 6443369. OLE color: 6443369.
HSL color Cylindrical-coordinate representation of color #695162: hue angle of 317.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #695162 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 98 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.59 |
| HSL | 317.5º | 0.13% | 0.36% | - |
| HSV(B) | 317.5º | 0.23% | 0.41% | - |
| XYZ | 10.97 | 9.77 | 12.86 | - |
| YUV | 90.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 98 | 0 | 0.23 | 0.07 | 0.59 | 317.5 | 0.13 | 0.36 |
| Hex | 69 | 51 | 62 | 0 | 17 | 7 | 3B | 13E | D | 24 |
| Octal | 151 | 121 | 142 | 0 | 27 | 7 | 73 | 476 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1100010 | 0 | 10111 | 111 | 111011 | 100111110 | 1101 | 100100 |
Color Harmonies of #695162
Complementary color
Monochromatic Colors of #695162
Black with #695162
Text Example
Text Example
White with #695162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695162; }
p { color: rgb(105,81,98); }
H1.HeaderClassName
{
color: #695162;
}
.AnyTagClassName
{
color: #695162;
}
</style>
background-color css
<style>
a { background-color: #695162; }
a { background-color: rgb(105,81,98); }
div.DivClassName
{
background-color: #695162;
}
.BgClassName
{
background-color: #695162;
}
</style>
border-color css
<style>
span { border-color: #695162; }
span { border-color: rgb(105,81,98); }
td.TdClassName
{
border-color: #695162;
}
.TagClassName
{
border-color: #695162;
}
</style>