Shades of Salt Box #665C65
Tints of Salt Box #665C65
RGB
CMYK
RGB Variations
Color information
#665C65 (or 0x665C65) is known color: Salt Box. HEX triplet: 66, 5C and 65. RGB value is (102,92,101). Sum of RGB (Red+Green+Blue) = 102+92+101=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #665C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C65 is #99A39A. Grayscale: #5F5F5F. Windows color (decimal): -10068891 or 6642790. OLE color: 6642790.
HSL color Cylindrical-coordinate representation of color #665C65: hue angle of 306º 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 #665C65 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 101 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.6 |
| HSL | 306º | 0.05% | 0.38% | - |
| HSV(B) | 306º | 0.1% | 0.4% | - |
| XYZ | 11.66 | 11.42 | 13.9 | - |
| YUV | 96.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 101 | 0 | 0.10 | 0.01 | 0.6 | 306 | 0.05 | 0.38 |
| Hex | 66 | 5C | 65 | 0 | A | 1 | 3C | 132 | 5 | 26 |
| Octal | 146 | 134 | 145 | 0 | 12 | 1 | 74 | 462 | 5 | 46 |
| Binary | 1100110 | 1011100 | 1100101 | 0 | 1010 | 1 | 111100 | 100110010 | 101 | 100110 |
Color Harmonies of #665C65
Complementary color
Monochromatic Colors of #665C65
Black with #665C65
Text Example
Text Example
White with #665C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C65; }
p { color: rgb(102,92,101); }
H1.HeaderClassName
{
color: #665C65;
}
.AnyTagClassName
{
color: #665C65;
}
</style>
background-color css
<style>
a { background-color: #665C65; }
a { background-color: rgb(102,92,101); }
div.DivClassName
{
background-color: #665C65;
}
.BgClassName
{
background-color: #665C65;
}
</style>
border-color css
<style>
span { border-color: #665C65; }
span { border-color: rgb(102,92,101); }
td.TdClassName
{
border-color: #665C65;
}
.TagClassName
{
border-color: #665C65;
}
</style>