Shades of Salt Box #6F5666
Tints of Salt Box #6F5666
RGB
CMYK
RGB Variations
Color information
#6F5666 (or 0x6F5666) is known color: Salt Box. HEX triplet: 6F, 56 and 66. RGB value is (111,86,102). Sum of RGB (Red+Green+Blue) = 111+86+102=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5666 is #90A999. Grayscale: #5F5F5F. Windows color (decimal): -9480602 or 6706799. OLE color: 6706799.
HSL color Cylindrical-coordinate representation of color #6F5666: hue angle of 321.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5666 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 102 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.56 |
| HSL | 321.6º | 0.13% | 0.39% | - |
| HSV(B) | 321.6º | 0.23% | 0.44% | - |
| XYZ | 12.28 | 10.99 | 14.05 | - |
| YUV | 95.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 102 | 0 | 0.23 | 0.08 | 0.56 | 321.6 | 0.13 | 0.39 |
| Hex | 6F | 56 | 66 | 0 | 17 | 8 | 38 | 142 | D | 27 |
| Octal | 157 | 126 | 146 | 0 | 27 | 10 | 70 | 502 | 15 | 47 |
| Binary | 1101111 | 1010110 | 1100110 | 0 | 10111 | 1000 | 111000 | 101000010 | 1101 | 100111 |
Color Harmonies of #6F5666
Complementary color
Monochromatic Colors of #6F5666
Black with #6F5666
Text Example
Text Example
White with #6F5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5666; }
p { color: rgb(111,86,102); }
H1.HeaderClassName
{
color: #6F5666;
}
.AnyTagClassName
{
color: #6F5666;
}
</style>
background-color css
<style>
a { background-color: #6F5666; }
a { background-color: rgb(111,86,102); }
div.DivClassName
{
background-color: #6F5666;
}
.BgClassName
{
background-color: #6F5666;
}
</style>
border-color css
<style>
span { border-color: #6F5666; }
span { border-color: rgb(111,86,102); }
td.TdClassName
{
border-color: #6F5666;
}
.TagClassName
{
border-color: #6F5666;
}
</style>