Shades of Salt Box #6F596A
Tints of Salt Box #6F596A
RGB
CMYK
RGB Variations
Color information
#6F596A (or 0x6F596A) is known color: Salt Box. HEX triplet: 6F, 59 and 6A. RGB value is (111,89,106). Sum of RGB (Red+Green+Blue) = 111+89+106=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F596A is #90A695. Grayscale: #616161. Windows color (decimal): -9479830 or 6969711. OLE color: 6969711.
HSL color Cylindrical-coordinate representation of color #6F596A: hue angle of 313.64º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F596A is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 106 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.56 |
| HSL | 313.64º | 0.11% | 0.39% | - |
| HSV(B) | 313.64º | 0.2% | 0.44% | - |
| XYZ | 12.73 | 11.56 | 15.2 | - |
| YUV | 97.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 106 | 0 | 0.20 | 0.05 | 0.56 | 313.64 | 0.11 | 0.39 |
| Hex | 6F | 59 | 6A | 0 | 14 | 5 | 38 | 13A | B | 27 |
| Octal | 157 | 131 | 152 | 0 | 24 | 5 | 70 | 472 | 13 | 47 |
| Binary | 1101111 | 1011001 | 1101010 | 0 | 10100 | 101 | 111000 | 100111010 | 1011 | 100111 |
Color Harmonies of #6F596A
Complementary color
Monochromatic Colors of #6F596A
Black with #6F596A
Text Example
Text Example
White with #6F596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F596A; }
p { color: rgb(111,89,106); }
H1.HeaderClassName
{
color: #6F596A;
}
.AnyTagClassName
{
color: #6F596A;
}
</style>
background-color css
<style>
a { background-color: #6F596A; }
a { background-color: rgb(111,89,106); }
div.DivClassName
{
background-color: #6F596A;
}
.BgClassName
{
background-color: #6F596A;
}
</style>
border-color css
<style>
span { border-color: #6F596A; }
span { border-color: rgb(111,89,106); }
td.TdClassName
{
border-color: #6F596A;
}
.TagClassName
{
border-color: #6F596A;
}
</style>