Shades of Salt Box #6B5765
Tints of Salt Box #6B5765
RGB
CMYK
RGB Variations
Color information
#6B5765 (or 0x6B5765) is known color: Salt Box. HEX triplet: 6B, 57 and 65. RGB value is (107,87,101). Sum of RGB (Red+Green+Blue) = 107+87+101=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5765 is #94A89A. Grayscale: #5E5E5E. Windows color (decimal): -9742491 or 6641515. OLE color: 6641515.
HSL color Cylindrical-coordinate representation of color #6B5765: hue angle of 318º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B5765 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 101 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.58 |
| HSL | 318º | 0.1% | 0.38% | - |
| HSV(B) | 318º | 0.19% | 0.42% | - |
| XYZ | 11.82 | 10.88 | 13.79 | - |
| YUV | 94.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 101 | 0 | 0.19 | 0.06 | 0.58 | 318 | 0.1 | 0.38 |
| Hex | 6B | 57 | 65 | 0 | 13 | 6 | 3A | 13E | A | 26 |
| Octal | 153 | 127 | 145 | 0 | 23 | 6 | 72 | 476 | 12 | 46 |
| Binary | 1101011 | 1010111 | 1100101 | 0 | 10011 | 110 | 111010 | 100111110 | 1010 | 100110 |
Color Harmonies of #6B5765
Complementary color
Monochromatic Colors of #6B5765
Black with #6B5765
Text Example
Text Example
White with #6B5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5765; }
p { color: rgb(107,87,101); }
H1.HeaderClassName
{
color: #6B5765;
}
.AnyTagClassName
{
color: #6B5765;
}
</style>
background-color css
<style>
a { background-color: #6B5765; }
a { background-color: rgb(107,87,101); }
div.DivClassName
{
background-color: #6B5765;
}
.BgClassName
{
background-color: #6B5765;
}
</style>
border-color css
<style>
span { border-color: #6B5765; }
span { border-color: rgb(107,87,101); }
td.TdClassName
{
border-color: #6B5765;
}
.TagClassName
{
border-color: #6B5765;
}
</style>