Shades of Salt Box #695363
Tints of Salt Box #695363
RGB
CMYK
RGB Variations
Color information
#695363 (or 0x695363) is known color: Salt Box. HEX triplet: 69, 53 and 63. RGB value is (105,83,99). Sum of RGB (Red+Green+Blue) = 105+83+99=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695363 is #96AC9C. Grayscale: #5B5B5B. Windows color (decimal): -9874589 or 6509417. OLE color: 6509417.
HSL color Cylindrical-coordinate representation of color #695363: hue angle of 316.36º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695363 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 99 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.59 |
| HSL | 316.36º | 0.12% | 0.37% | - |
| HSV(B) | 316.36º | 0.21% | 0.41% | - |
| XYZ | 11.17 | 10.09 | 13.16 | - |
| YUV | 91.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 99 | 0 | 0.21 | 0.06 | 0.59 | 316.36 | 0.12 | 0.37 |
| Hex | 69 | 53 | 63 | 0 | 15 | 6 | 3B | 13C | C | 25 |
| Octal | 151 | 123 | 143 | 0 | 25 | 6 | 73 | 474 | 14 | 45 |
| Binary | 1101001 | 1010011 | 1100011 | 0 | 10101 | 110 | 111011 | 100111100 | 1100 | 100101 |
Color Harmonies of #695363
Complementary color
Monochromatic Colors of #695363
Black with #695363
Text Example
Text Example
White with #695363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695363; }
p { color: rgb(105,83,99); }
H1.HeaderClassName
{
color: #695363;
}
.AnyTagClassName
{
color: #695363;
}
</style>
background-color css
<style>
a { background-color: #695363; }
a { background-color: rgb(105,83,99); }
div.DivClassName
{
background-color: #695363;
}
.BgClassName
{
background-color: #695363;
}
</style>
border-color css
<style>
span { border-color: #695363; }
span { border-color: rgb(105,83,99); }
td.TdClassName
{
border-color: #695363;
}
.TagClassName
{
border-color: #695363;
}
</style>