Shades of Salt Box #6B5967
Tints of Salt Box #6B5967
RGB
CMYK
RGB Variations
Color information
#6B5967 (or 0x6B5967) is known color: Salt Box. HEX triplet: 6B, 59 and 67. RGB value is (107,89,103). Sum of RGB (Red+Green+Blue) = 107+89+103=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5967 is #94A698. Grayscale: #5F5F5F. Windows color (decimal): -9741977 or 6773099. OLE color: 6773099.
HSL color Cylindrical-coordinate representation of color #6B5967: hue angle of 313.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B5967 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 103 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.58 |
| HSL | 313.33º | 0.09% | 0.38% | - |
| HSV(B) | 313.33º | 0.17% | 0.42% | - |
| XYZ | 12.08 | 11.25 | 14.37 | - |
| YUV | 95.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 103 | 0 | 0.17 | 0.04 | 0.58 | 313.33 | 0.09 | 0.38 |
| Hex | 6B | 59 | 67 | 0 | 11 | 4 | 3A | 139 | 9 | 26 |
| Octal | 153 | 131 | 147 | 0 | 21 | 4 | 72 | 471 | 11 | 46 |
| Binary | 1101011 | 1011001 | 1100111 | 0 | 10001 | 100 | 111010 | 100111001 | 1001 | 100110 |
Color Harmonies of #6B5967
Complementary color
Monochromatic Colors of #6B5967
Black with #6B5967
Text Example
Text Example
White with #6B5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5967; }
p { color: rgb(107,89,103); }
H1.HeaderClassName
{
color: #6B5967;
}
.AnyTagClassName
{
color: #6B5967;
}
</style>
background-color css
<style>
a { background-color: #6B5967; }
a { background-color: rgb(107,89,103); }
div.DivClassName
{
background-color: #6B5967;
}
.BgClassName
{
background-color: #6B5967;
}
</style>
border-color css
<style>
span { border-color: #6B5967; }
span { border-color: rgb(107,89,103); }
td.TdClassName
{
border-color: #6B5967;
}
.TagClassName
{
border-color: #6B5967;
}
</style>