Shades of Salt Box #656063
Tints of Salt Box #656063
RGB
CMYK
RGB Variations
Color information
#656063 (or 0x656063) is known color: Salt Box. HEX triplet: 65, 60 and 63. RGB value is (101,96,99). Sum of RGB (Red+Green+Blue) = 101+96+99=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 101 - color contains mainly: red. Hex color #656063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656063 is #9A9F9C. Grayscale: #616161. Windows color (decimal): -10133405 or 6512741. OLE color: 6512741.
HSL color Cylindrical-coordinate representation of color #656063: hue angle of 324º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #656063 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 99 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.60 |
| HSL | 324º | 0.03% | 0.39% | - |
| HSV(B) | 324º | 0.05% | 0.4% | - |
| XYZ | 11.8 | 12.03 | 13.51 | - |
| YUV | 97.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 99 | 0 | 0.05 | 0.02 | 0.60 | 324 | 0.03 | 0.39 |
| Hex | 65 | 60 | 63 | 0 | 5 | 2 | 3C | 144 | 3 | 27 |
| Octal | 145 | 140 | 143 | 0 | 5 | 2 | 74 | 504 | 3 | 47 |
| Binary | 1100101 | 1100000 | 1100011 | 0 | 101 | 10 | 111100 | 101000100 | 11 | 100111 |
Color Harmonies of #656063
Complementary color
Monochromatic Colors of #656063
Black with #656063
Text Example
Text Example
White with #656063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656063; }
p { color: rgb(101,96,99); }
H1.HeaderClassName
{
color: #656063;
}
.AnyTagClassName
{
color: #656063;
}
</style>
background-color css
<style>
a { background-color: #656063; }
a { background-color: rgb(101,96,99); }
div.DivClassName
{
background-color: #656063;
}
.BgClassName
{
background-color: #656063;
}
</style>
border-color css
<style>
span { border-color: #656063; }
span { border-color: rgb(101,96,99); }
td.TdClassName
{
border-color: #656063;
}
.TagClassName
{
border-color: #656063;
}
</style>