Shades of Salt Box #695161
Tints of Salt Box #695161
RGB
CMYK
RGB Variations
Color information
#695161 (or 0x695161) is known color: Salt Box. HEX triplet: 69, 51 and 61. RGB value is (105,81,97). Sum of RGB (Red+Green+Blue) = 105+81+97=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695161 is #96AE9E. Grayscale: #595959. Windows color (decimal): -9875103 or 6377833. OLE color: 6377833.
HSL color Cylindrical-coordinate representation of color #695161: hue angle of 320º 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 #695161 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 81 | 97 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.59 |
| HSL | 320º | 0.13% | 0.36% | - |
| HSV(B) | 320º | 0.23% | 0.41% | - |
| XYZ | 10.93 | 9.75 | 12.62 | - |
| YUV | 90 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 97 | 0 | 0.23 | 0.08 | 0.59 | 320 | 0.13 | 0.36 |
| Hex | 69 | 51 | 61 | 0 | 17 | 8 | 3B | 140 | D | 24 |
| Octal | 151 | 121 | 141 | 0 | 27 | 10 | 73 | 500 | 15 | 44 |
| Binary | 1101001 | 1010001 | 1100001 | 0 | 10111 | 1000 | 111011 | 101000000 | 1101 | 100100 |
Color Harmonies of #695161
Complementary color
Monochromatic Colors of #695161
Black with #695161
Text Example
Text Example
White with #695161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695161; }
p { color: rgb(105,81,97); }
H1.HeaderClassName
{
color: #695161;
}
.AnyTagClassName
{
color: #695161;
}
</style>
background-color css
<style>
a { background-color: #695161; }
a { background-color: rgb(105,81,97); }
div.DivClassName
{
background-color: #695161;
}
.BgClassName
{
background-color: #695161;
}
</style>
border-color css
<style>
span { border-color: #695161; }
span { border-color: rgb(105,81,97); }
td.TdClassName
{
border-color: #695161;
}
.TagClassName
{
border-color: #695161;
}
</style>