Shades of Salt Box #665B64
Tints of Salt Box #665B64
RGB
CMYK
RGB Variations
Color information
#665B64 (or 0x665B64) is known color: Salt Box. HEX triplet: 66, 5B and 64. RGB value is (102,91,100). Sum of RGB (Red+Green+Blue) = 102+91+100=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B64 is #99A49B. Grayscale: #5F5F5F. Windows color (decimal): -10069148 or 6576998. OLE color: 6576998.
HSL color Cylindrical-coordinate representation of color #665B64: hue angle of 310.91º 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 #665B64 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 100 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.6 |
| HSL | 310.91º | 0.06% | 0.38% | - |
| HSV(B) | 310.91º | 0.11% | 0.4% | - |
| XYZ | 11.52 | 11.23 | 13.62 | - |
| YUV | 95.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 100 | 0 | 0.11 | 0.02 | 0.6 | 310.91 | 0.06 | 0.38 |
| Hex | 66 | 5B | 64 | 0 | B | 2 | 3C | 137 | 6 | 26 |
| Octal | 146 | 133 | 144 | 0 | 13 | 2 | 74 | 467 | 6 | 46 |
| Binary | 1100110 | 1011011 | 1100100 | 0 | 1011 | 10 | 111100 | 100110111 | 110 | 100110 |
Color Harmonies of #665B64
Complementary color
Monochromatic Colors of #665B64
Black with #665B64
Text Example
Text Example
White with #665B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B64; }
p { color: rgb(102,91,100); }
H1.HeaderClassName
{
color: #665B64;
}
.AnyTagClassName
{
color: #665B64;
}
</style>
background-color css
<style>
a { background-color: #665B64; }
a { background-color: rgb(102,91,100); }
div.DivClassName
{
background-color: #665B64;
}
.BgClassName
{
background-color: #665B64;
}
</style>
border-color css
<style>
span { border-color: #665B64; }
span { border-color: rgb(102,91,100); }
td.TdClassName
{
border-color: #665B64;
}
.TagClassName
{
border-color: #665B64;
}
</style>