Shades of Salt Box #655C62
Tints of Salt Box #655C62
RGB
CMYK
RGB Variations
Color information
#655C62 (or 0x655C62) is known color: Salt Box. HEX triplet: 65, 5C and 62. RGB value is (101,92,98). Sum of RGB (Red+Green+Blue) = 101+92+98=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 101 - color contains mainly: red. Hex color #655C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C62 is #9AA39D. Grayscale: #5F5F5F. Windows color (decimal): -10134430 or 6446181. OLE color: 6446181.
HSL color Cylindrical-coordinate representation of color #655C62: hue angle of 320º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #655C62 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 98 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.60 |
| HSL | 320º | 0.05% | 0.38% | - |
| HSV(B) | 320º | 0.09% | 0.4% | - |
| XYZ | 11.4 | 11.3 | 13.14 | - |
| YUV | 95.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 98 | 0 | 0.09 | 0.03 | 0.60 | 320 | 0.05 | 0.38 |
| Hex | 65 | 5C | 62 | 0 | 9 | 3 | 3C | 140 | 5 | 26 |
| Octal | 145 | 134 | 142 | 0 | 11 | 3 | 74 | 500 | 5 | 46 |
| Binary | 1100101 | 1011100 | 1100010 | 0 | 1001 | 11 | 111100 | 101000000 | 101 | 100110 |
Color Harmonies of #655C62
Complementary color
Monochromatic Colors of #655C62
Black with #655C62
Text Example
Text Example
White with #655C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C62; }
p { color: rgb(101,92,98); }
H1.HeaderClassName
{
color: #655C62;
}
.AnyTagClassName
{
color: #655C62;
}
</style>
background-color css
<style>
a { background-color: #655C62; }
a { background-color: rgb(101,92,98); }
div.DivClassName
{
background-color: #655C62;
}
.BgClassName
{
background-color: #655C62;
}
</style>
border-color css
<style>
span { border-color: #655C62; }
span { border-color: rgb(101,92,98); }
td.TdClassName
{
border-color: #655C62;
}
.TagClassName
{
border-color: #655C62;
}
</style>