Shades of Salt Box #654D63
Tints of Salt Box #654D63
RGB
CMYK
RGB Variations
Color information
#654D63 (or 0x654D63) is known color: Salt Box. HEX triplet: 65, 4D and 63. RGB value is (101,77,99). Sum of RGB (Red+Green+Blue) = 101+77+99=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #654D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654D63 is #9AB29C. Grayscale: #565656. Windows color (decimal): -10138269 or 6507877. OLE color: 6507877.
HSL color Cylindrical-coordinate representation of color #654D63: hue angle of 305º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #654D63 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 99 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.60 |
| HSL | 305º | 0.13% | 0.35% | - |
| HSV(B) | 305º | 0.24% | 0.4% | - |
| XYZ | 10.27 | 8.98 | 13 | - |
| YUV | 86.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 99 | 0 | 0.24 | 0.02 | 0.60 | 305 | 0.13 | 0.35 |
| Hex | 65 | 4D | 63 | 0 | 18 | 2 | 3C | 131 | D | 23 |
| Octal | 145 | 115 | 143 | 0 | 30 | 2 | 74 | 461 | 15 | 43 |
| Binary | 1100101 | 1001101 | 1100011 | 0 | 11000 | 10 | 111100 | 100110001 | 1101 | 100011 |
Color Harmonies of #654D63
Complementary color
Monochromatic Colors of #654D63
Black with #654D63
Text Example
Text Example
White with #654D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D63; }
p { color: rgb(101,77,99); }
H1.HeaderClassName
{
color: #654D63;
}
.AnyTagClassName
{
color: #654D63;
}
</style>
background-color css
<style>
a { background-color: #654D63; }
a { background-color: rgb(101,77,99); }
div.DivClassName
{
background-color: #654D63;
}
.BgClassName
{
background-color: #654D63;
}
</style>
border-color css
<style>
span { border-color: #654D63; }
span { border-color: rgb(101,77,99); }
td.TdClassName
{
border-color: #654D63;
}
.TagClassName
{
border-color: #654D63;
}
</style>