Shades of Salt Box #665B65
Tints of Salt Box #665B65
RGB
CMYK
RGB Variations
Color information
#665B65 (or 0x665B65) is known color: Salt Box. HEX triplet: 66, 5B and 65. RGB value is (102,91,101). Sum of RGB (Red+Green+Blue) = 102+91+101=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 102 - color contains mainly: red. Hex color #665B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B65 is #99A49A. Grayscale: #5F5F5F. Windows color (decimal): -10069147 or 6642534. OLE color: 6642534.
HSL color Cylindrical-coordinate representation of color #665B65: hue angle of 305.45º 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 #665B65 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 101 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.6 |
| HSL | 305.45º | 0.06% | 0.38% | - |
| HSV(B) | 305.45º | 0.11% | 0.4% | - |
| XYZ | 11.57 | 11.25 | 13.87 | - |
| YUV | 95.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 101 | 0 | 0.11 | 0.01 | 0.6 | 305.45 | 0.06 | 0.38 |
| Hex | 66 | 5B | 65 | 0 | B | 1 | 3C | 131 | 6 | 26 |
| Octal | 146 | 133 | 145 | 0 | 13 | 1 | 74 | 461 | 6 | 46 |
| Binary | 1100110 | 1011011 | 1100101 | 0 | 1011 | 1 | 111100 | 100110001 | 110 | 100110 |
Color Harmonies of #665B65
Complementary color
Monochromatic Colors of #665B65
Black with #665B65
Text Example
Text Example
White with #665B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B65; }
p { color: rgb(102,91,101); }
H1.HeaderClassName
{
color: #665B65;
}
.AnyTagClassName
{
color: #665B65;
}
</style>
background-color css
<style>
a { background-color: #665B65; }
a { background-color: rgb(102,91,101); }
div.DivClassName
{
background-color: #665B65;
}
.BgClassName
{
background-color: #665B65;
}
</style>
border-color css
<style>
span { border-color: #665B65; }
span { border-color: rgb(102,91,101); }
td.TdClassName
{
border-color: #665B65;
}
.TagClassName
{
border-color: #665B65;
}
</style>