Shades of Salt Box #6B5363
Tints of Salt Box #6B5363
RGB
CMYK
RGB Variations
Color information
#6B5363 (or 0x6B5363) is known color: Salt Box. HEX triplet: 6B, 53 and 63. RGB value is (107,83,99). Sum of RGB (Red+Green+Blue) = 107+83+99=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5363 is #94AC9C. Grayscale: #5B5B5B. Windows color (decimal): -9743517 or 6509419. OLE color: 6509419.
HSL color Cylindrical-coordinate representation of color #6B5363: hue angle of 320º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5363 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 99 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.58 |
| HSL | 320º | 0.13% | 0.37% | - |
| HSV(B) | 320º | 0.22% | 0.42% | - |
| XYZ | 11.41 | 10.21 | 13.17 | - |
| YUV | 92 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 99 | 0 | 0.22 | 0.07 | 0.58 | 320 | 0.13 | 0.37 |
| Hex | 6B | 53 | 63 | 0 | 16 | 7 | 3A | 140 | D | 25 |
| Octal | 153 | 123 | 143 | 0 | 26 | 7 | 72 | 500 | 15 | 45 |
| Binary | 1101011 | 1010011 | 1100011 | 0 | 10110 | 111 | 111010 | 101000000 | 1101 | 100101 |
Color Harmonies of #6B5363
Complementary color
Monochromatic Colors of #6B5363
Black with #6B5363
Text Example
Text Example
White with #6B5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5363; }
p { color: rgb(107,83,99); }
H1.HeaderClassName
{
color: #6B5363;
}
.AnyTagClassName
{
color: #6B5363;
}
</style>
background-color css
<style>
a { background-color: #6B5363; }
a { background-color: rgb(107,83,99); }
div.DivClassName
{
background-color: #6B5363;
}
.BgClassName
{
background-color: #6B5363;
}
</style>
border-color css
<style>
span { border-color: #6B5363; }
span { border-color: rgb(107,83,99); }
td.TdClassName
{
border-color: #6B5363;
}
.TagClassName
{
border-color: #6B5363;
}
</style>