Shades of Salt Box #665B63
Tints of Salt Box #665B63
RGB
CMYK
RGB Variations
Color information
#665B63 (or 0x665B63) is known color: Salt Box. HEX triplet: 66, 5B and 63. RGB value is (102,91,99). Sum of RGB (Red+Green+Blue) = 102+91+99=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #665B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B63 is #99A49C. Grayscale: #5F5F5F. Windows color (decimal): -10069149 or 6511462. OLE color: 6511462.
HSL color Cylindrical-coordinate representation of color #665B63: hue angle of 316.36º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665B63 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 99 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.6 |
| HSL | 316.36º | 0.06% | 0.38% | - |
| HSV(B) | 316.36º | 0.11% | 0.4% | - |
| XYZ | 11.47 | 11.21 | 13.36 | - |
| YUV | 95.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 99 | 0 | 0.11 | 0.03 | 0.6 | 316.36 | 0.06 | 0.38 |
| Hex | 66 | 5B | 63 | 0 | B | 3 | 3C | 13C | 6 | 26 |
| Octal | 146 | 133 | 143 | 0 | 13 | 3 | 74 | 474 | 6 | 46 |
| Binary | 1100110 | 1011011 | 1100011 | 0 | 1011 | 11 | 111100 | 100111100 | 110 | 100110 |
Color Harmonies of #665B63
Complementary color
Monochromatic Colors of #665B63
Black with #665B63
Text Example
Text Example
White with #665B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B63; }
p { color: rgb(102,91,99); }
H1.HeaderClassName
{
color: #665B63;
}
.AnyTagClassName
{
color: #665B63;
}
</style>
background-color css
<style>
a { background-color: #665B63; }
a { background-color: rgb(102,91,99); }
div.DivClassName
{
background-color: #665B63;
}
.BgClassName
{
background-color: #665B63;
}
</style>
border-color css
<style>
span { border-color: #665B63; }
span { border-color: rgb(102,91,99); }
td.TdClassName
{
border-color: #665B63;
}
.TagClassName
{
border-color: #665B63;
}
</style>