Shades of Salt Box #695D65
Tints of Salt Box #695D65
RGB
CMYK
RGB Variations
Color information
#695D65 (or 0x695D65) is known color: Salt Box. HEX triplet: 69, 5D and 65. RGB value is (105,93,101). Sum of RGB (Red+Green+Blue) = 105+93+101=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #695D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D65 is #96A29A. Grayscale: #616161. Windows color (decimal): -9872027 or 6643049. OLE color: 6643049.
HSL color Cylindrical-coordinate representation of color #695D65: hue angle of 320º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #695D65 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 101 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.59 |
| HSL | 320º | 0.06% | 0.39% | - |
| HSV(B) | 320º | 0.11% | 0.41% | - |
| XYZ | 12.09 | 11.77 | 13.95 | - |
| YUV | 97.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 101 | 0 | 0.11 | 0.04 | 0.59 | 320 | 0.06 | 0.39 |
| Hex | 69 | 5D | 65 | 0 | B | 4 | 3B | 140 | 6 | 27 |
| Octal | 151 | 135 | 145 | 0 | 13 | 4 | 73 | 500 | 6 | 47 |
| Binary | 1101001 | 1011101 | 1100101 | 0 | 1011 | 100 | 111011 | 101000000 | 110 | 100111 |
Color Harmonies of #695D65
Complementary color
Monochromatic Colors of #695D65
Black with #695D65
Text Example
Text Example
White with #695D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D65; }
p { color: rgb(105,93,101); }
H1.HeaderClassName
{
color: #695D65;
}
.AnyTagClassName
{
color: #695D65;
}
</style>
background-color css
<style>
a { background-color: #695D65; }
a { background-color: rgb(105,93,101); }
div.DivClassName
{
background-color: #695D65;
}
.BgClassName
{
background-color: #695D65;
}
</style>
border-color css
<style>
span { border-color: #695D65; }
span { border-color: rgb(105,93,101); }
td.TdClassName
{
border-color: #695D65;
}
.TagClassName
{
border-color: #695D65;
}
</style>