Shades of Salt Box #665D64
Tints of Salt Box #665D64
RGB
CMYK
RGB Variations
Color information
#665D64 (or 0x665D64) is known color: Salt Box. HEX triplet: 66, 5D and 64. RGB value is (102,93,100). Sum of RGB (Red+Green+Blue) = 102+93+100=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #665D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D64 is #99A29B. Grayscale: #606060. Windows color (decimal): -10068636 or 6577510. OLE color: 6577510.
HSL color Cylindrical-coordinate representation of color #665D64: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665D64 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 100 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.6 |
| HSL | 313.33º | 0.05% | 0.38% | - |
| HSV(B) | 313.33º | 0.09% | 0.4% | - |
| XYZ | 11.69 | 11.57 | 13.67 | - |
| YUV | 96.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 100 | 0 | 0.09 | 0.02 | 0.6 | 313.33 | 0.05 | 0.38 |
| Hex | 66 | 5D | 64 | 0 | 9 | 2 | 3C | 139 | 5 | 26 |
| Octal | 146 | 135 | 144 | 0 | 11 | 2 | 74 | 471 | 5 | 46 |
| Binary | 1100110 | 1011101 | 1100100 | 0 | 1001 | 10 | 111100 | 100111001 | 101 | 100110 |
Color Harmonies of #665D64
Complementary color
Monochromatic Colors of #665D64
Black with #665D64
Text Example
Text Example
White with #665D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D64; }
p { color: rgb(102,93,100); }
H1.HeaderClassName
{
color: #665D64;
}
.AnyTagClassName
{
color: #665D64;
}
</style>
background-color css
<style>
a { background-color: #665D64; }
a { background-color: rgb(102,93,100); }
div.DivClassName
{
background-color: #665D64;
}
.BgClassName
{
background-color: #665D64;
}
</style>
border-color css
<style>
span { border-color: #665D64; }
span { border-color: rgb(102,93,100); }
td.TdClassName
{
border-color: #665D64;
}
.TagClassName
{
border-color: #665D64;
}
</style>