Shades of Salt Box #695963
Tints of Salt Box #695963
RGB
CMYK
RGB Variations
Color information
#695963 (or 0x695963) is known color: Salt Box. HEX triplet: 69, 59 and 63. RGB value is (105,89,99). Sum of RGB (Red+Green+Blue) = 105+89+99=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #695963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695963 is #96A69C. Grayscale: #5E5E5E. Windows color (decimal): -9873053 or 6510953. OLE color: 6510953.
HSL color Cylindrical-coordinate representation of color #695963: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695963 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 99 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.59 |
| HSL | 322.5º | 0.08% | 0.38% | - |
| HSV(B) | 322.5º | 0.15% | 0.41% | - |
| XYZ | 11.65 | 11.05 | 13.32 | - |
| YUV | 94.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 99 | 0 | 0.15 | 0.06 | 0.59 | 322.5 | 0.08 | 0.38 |
| Hex | 69 | 59 | 63 | 0 | F | 6 | 3B | 142 | 8 | 26 |
| Octal | 151 | 131 | 143 | 0 | 17 | 6 | 73 | 502 | 10 | 46 |
| Binary | 1101001 | 1011001 | 1100011 | 0 | 1111 | 110 | 111011 | 101000010 | 1000 | 100110 |
Color Harmonies of #695963
Complementary color
Monochromatic Colors of #695963
Black with #695963
Text Example
Text Example
White with #695963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695963; }
p { color: rgb(105,89,99); }
H1.HeaderClassName
{
color: #695963;
}
.AnyTagClassName
{
color: #695963;
}
</style>
background-color css
<style>
a { background-color: #695963; }
a { background-color: rgb(105,89,99); }
div.DivClassName
{
background-color: #695963;
}
.BgClassName
{
background-color: #695963;
}
</style>
border-color css
<style>
span { border-color: #695963; }
span { border-color: rgb(105,89,99); }
td.TdClassName
{
border-color: #695963;
}
.TagClassName
{
border-color: #695963;
}
</style>