Shades of Salt Box #655A65
Tints of Salt Box #655A65
RGB
CMYK
RGB Variations
Color information
#655A65 (or 0x655A65) is known color: Salt Box. HEX triplet: 65, 5A and 65. RGB value is (101,90,101). Sum of RGB (Red+Green+Blue) = 101+90+101=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A65 is #9AA59A. Grayscale: #5E5E5E. Windows color (decimal): -10134939 or 6642277. OLE color: 6642277.
HSL color Cylindrical-coordinate representation of color #655A65: hue angle of 300º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655A65 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 101 | - |
| CMYK | 0 | 0.11 | 0 | 0.60 |
| HSL | 300º | 0.06% | 0.37% | - |
| HSV(B) | 300º | 0.11% | 0.4% | - |
| XYZ | 11.37 | 11.02 | 13.84 | - |
| YUV | 94.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 101 | 0 | 0.11 | 0 | 0.60 | 300 | 0.06 | 0.37 |
| Hex | 65 | 5A | 65 | 0 | B | 0 | 3C | 12C | 6 | 25 |
| Octal | 145 | 132 | 145 | 0 | 13 | 0 | 74 | 454 | 6 | 45 |
| Binary | 1100101 | 1011010 | 1100101 | 0 | 1011 | 0 | 111100 | 100101100 | 110 | 100101 |
Color Harmonies of #655A65
Complementary color
Monochromatic Colors of #655A65
Black with #655A65
Text Example
Text Example
White with #655A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A65; }
p { color: rgb(101,90,101); }
H1.HeaderClassName
{
color: #655A65;
}
.AnyTagClassName
{
color: #655A65;
}
</style>
background-color css
<style>
a { background-color: #655A65; }
a { background-color: rgb(101,90,101); }
div.DivClassName
{
background-color: #655A65;
}
.BgClassName
{
background-color: #655A65;
}
</style>
border-color css
<style>
span { border-color: #655A65; }
span { border-color: rgb(101,90,101); }
td.TdClassName
{
border-color: #655A65;
}
.TagClassName
{
border-color: #655A65;
}
</style>