Shades of Salt Box #655D64
Tints of Salt Box #655D64
RGB
CMYK
RGB Variations
Color information
#655D64 (or 0x655D64) is known color: Salt Box. HEX triplet: 65, 5D and 64. RGB value is (101,93,100). Sum of RGB (Red+Green+Blue) = 101+93+100=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 101 - color contains mainly: red. Hex color #655D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D64 is #9AA29B. Grayscale: #606060. Windows color (decimal): -10134172 or 6577509. OLE color: 6577509.
HSL color Cylindrical-coordinate representation of color #655D64: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #655D64 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 100 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.60 |
| HSL | 307.5º | 0.04% | 0.38% | - |
| HSV(B) | 307.5º | 0.08% | 0.4% | - |
| XYZ | 11.58 | 11.52 | 13.67 | - |
| YUV | 96.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 100 | 0 | 0.08 | 0.01 | 0.60 | 307.5 | 0.04 | 0.38 |
| Hex | 65 | 5D | 64 | 0 | 8 | 1 | 3C | 134 | 4 | 26 |
| Octal | 145 | 135 | 144 | 0 | 10 | 1 | 74 | 464 | 4 | 46 |
| Binary | 1100101 | 1011101 | 1100100 | 0 | 1000 | 1 | 111100 | 100110100 | 100 | 100110 |
Color Harmonies of #655D64
Complementary color
Monochromatic Colors of #655D64
Black with #655D64
Text Example
Text Example
White with #655D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D64; }
p { color: rgb(101,93,100); }
H1.HeaderClassName
{
color: #655D64;
}
.AnyTagClassName
{
color: #655D64;
}
</style>
background-color css
<style>
a { background-color: #655D64; }
a { background-color: rgb(101,93,100); }
div.DivClassName
{
background-color: #655D64;
}
.BgClassName
{
background-color: #655D64;
}
</style>
border-color css
<style>
span { border-color: #655D64; }
span { border-color: rgb(101,93,100); }
td.TdClassName
{
border-color: #655D64;
}
.TagClassName
{
border-color: #655D64;
}
</style>