Shades of Salt Box #665C62
Tints of Salt Box #665C62
RGB
CMYK
RGB Variations
Color information
#665C62 (or 0x665C62) is known color: Salt Box. HEX triplet: 66, 5C and 62. RGB value is (102,92,98). Sum of RGB (Red+Green+Blue) = 102+92+98=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #665C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C62 is #99A39D. Grayscale: #5F5F5F. Windows color (decimal): -10068894 or 6446182. OLE color: 6446182.
HSL color Cylindrical-coordinate representation of color #665C62: hue angle of 324º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665C62 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 98 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.6 |
| HSL | 324º | 0.05% | 0.38% | - |
| HSV(B) | 324º | 0.1% | 0.4% | - |
| XYZ | 11.51 | 11.36 | 13.14 | - |
| YUV | 95.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 98 | 0 | 0.10 | 0.04 | 0.6 | 324 | 0.05 | 0.38 |
| Hex | 66 | 5C | 62 | 0 | A | 4 | 3C | 144 | 5 | 26 |
| Octal | 146 | 134 | 142 | 0 | 12 | 4 | 74 | 504 | 5 | 46 |
| Binary | 1100110 | 1011100 | 1100010 | 0 | 1010 | 100 | 111100 | 101000100 | 101 | 100110 |
Color Harmonies of #665C62
Complementary color
Monochromatic Colors of #665C62
Black with #665C62
Text Example
Text Example
White with #665C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C62; }
p { color: rgb(102,92,98); }
H1.HeaderClassName
{
color: #665C62;
}
.AnyTagClassName
{
color: #665C62;
}
</style>
background-color css
<style>
a { background-color: #665C62; }
a { background-color: rgb(102,92,98); }
div.DivClassName
{
background-color: #665C62;
}
.BgClassName
{
background-color: #665C62;
}
</style>
border-color css
<style>
span { border-color: #665C62; }
span { border-color: rgb(102,92,98); }
td.TdClassName
{
border-color: #665C62;
}
.TagClassName
{
border-color: #665C62;
}
</style>