Shades of Salt Box #695061
Tints of Salt Box #695061
RGB
CMYK
RGB Variations
Color information
#695061 (or 0x695061) is known color: Salt Box. HEX triplet: 69, 50 and 61. RGB value is (105,80,97). Sum of RGB (Red+Green+Blue) = 105+80+97=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695061 is #96AF9E. Grayscale: #595959. Windows color (decimal): -9875359 or 6377577. OLE color: 6377577.
HSL color Cylindrical-coordinate representation of color #695061: hue angle of 319.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695061 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 80 | 97 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.59 |
| HSL | 319.2º | 0.14% | 0.36% | - |
| HSV(B) | 319.2º | 0.24% | 0.41% | - |
| XYZ | 10.85 | 9.6 | 12.59 | - |
| YUV | 89.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 97 | 0 | 0.24 | 0.08 | 0.59 | 319.2 | 0.14 | 0.36 |
| Hex | 69 | 50 | 61 | 0 | 18 | 8 | 3B | 13F | E | 24 |
| Octal | 151 | 120 | 141 | 0 | 30 | 10 | 73 | 477 | 16 | 44 |
| Binary | 1101001 | 1010000 | 1100001 | 0 | 11000 | 1000 | 111011 | 100111111 | 1110 | 100100 |
Color Harmonies of #695061
Complementary color
Monochromatic Colors of #695061
Black with #695061
Text Example
Text Example
White with #695061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695061; }
p { color: rgb(105,80,97); }
H1.HeaderClassName
{
color: #695061;
}
.AnyTagClassName
{
color: #695061;
}
</style>
background-color css
<style>
a { background-color: #695061; }
a { background-color: rgb(105,80,97); }
div.DivClassName
{
background-color: #695061;
}
.BgClassName
{
background-color: #695061;
}
</style>
border-color css
<style>
span { border-color: #695061; }
span { border-color: rgb(105,80,97); }
td.TdClassName
{
border-color: #695061;
}
.TagClassName
{
border-color: #695061;
}
</style>