Shades of Salt Box #665A65
Tints of Salt Box #665A65
RGB
CMYK
RGB Variations
Color information
#665A65 (or 0x665A65) is known color: Salt Box. HEX triplet: 66, 5A and 65. RGB value is (102,90,101). Sum of RGB (Red+Green+Blue) = 102+90+101=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A65 is #99A59A. Grayscale: #5E5E5E. Windows color (decimal): -10069403 or 6642278. OLE color: 6642278.
HSL color Cylindrical-coordinate representation of color #665A65: hue angle of 305º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665A65 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 101 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.6 |
| HSL | 305º | 0.06% | 0.38% | - |
| HSV(B) | 305º | 0.12% | 0.4% | - |
| XYZ | 11.48 | 11.08 | 13.84 | - |
| YUV | 94.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 101 | 0 | 0.12 | 0.01 | 0.6 | 305 | 0.06 | 0.38 |
| Hex | 66 | 5A | 65 | 0 | C | 1 | 3C | 131 | 6 | 26 |
| Octal | 146 | 132 | 145 | 0 | 14 | 1 | 74 | 461 | 6 | 46 |
| Binary | 1100110 | 1011010 | 1100101 | 0 | 1100 | 1 | 111100 | 100110001 | 110 | 100110 |
Color Harmonies of #665A65
Complementary color
Monochromatic Colors of #665A65
Black with #665A65
Text Example
Text Example
White with #665A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A65; }
p { color: rgb(102,90,101); }
H1.HeaderClassName
{
color: #665A65;
}
.AnyTagClassName
{
color: #665A65;
}
</style>
background-color css
<style>
a { background-color: #665A65; }
a { background-color: rgb(102,90,101); }
div.DivClassName
{
background-color: #665A65;
}
.BgClassName
{
background-color: #665A65;
}
</style>
border-color css
<style>
span { border-color: #665A65; }
span { border-color: rgb(102,90,101); }
td.TdClassName
{
border-color: #665A65;
}
.TagClassName
{
border-color: #665A65;
}
</style>