Shades of Salt Box #665F64
Tints of Salt Box #665F64
RGB
CMYK
RGB Variations
Color information
#665F64 (or 0x665F64) is known color: Salt Box. HEX triplet: 66, 5F and 64. RGB value is (102,95,100). Sum of RGB (Red+Green+Blue) = 102+95+100=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 102 - color contains mainly: red. Hex color #665F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F64 is #99A09B. Grayscale: #616161. Windows color (decimal): -10068124 or 6578022. OLE color: 6578022.
HSL color Cylindrical-coordinate representation of color #665F64: hue angle of 317.14º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #665F64 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 100 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.6 |
| HSL | 317.14º | 0.04% | 0.39% | - |
| HSV(B) | 317.14º | 0.07% | 0.4% | - |
| XYZ | 11.87 | 11.93 | 13.73 | - |
| YUV | 97.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 100 | 0 | 0.07 | 0.02 | 0.6 | 317.14 | 0.04 | 0.39 |
| Hex | 66 | 5F | 64 | 0 | 7 | 2 | 3C | 13D | 4 | 27 |
| Octal | 146 | 137 | 144 | 0 | 7 | 2 | 74 | 475 | 4 | 47 |
| Binary | 1100110 | 1011111 | 1100100 | 0 | 111 | 10 | 111100 | 100111101 | 100 | 100111 |
Color Harmonies of #665F64
Complementary color
Monochromatic Colors of #665F64
Black with #665F64
Text Example
Text Example
White with #665F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F64; }
p { color: rgb(102,95,100); }
H1.HeaderClassName
{
color: #665F64;
}
.AnyTagClassName
{
color: #665F64;
}
</style>
background-color css
<style>
a { background-color: #665F64; }
a { background-color: rgb(102,95,100); }
div.DivClassName
{
background-color: #665F64;
}
.BgClassName
{
background-color: #665F64;
}
</style>
border-color css
<style>
span { border-color: #665F64; }
span { border-color: rgb(102,95,100); }
td.TdClassName
{
border-color: #665F64;
}
.TagClassName
{
border-color: #665F64;
}
</style>