Shades of Salt Box #654F63
Tints of Salt Box #654F63
RGB
CMYK
RGB Variations
Color information
#654F63 (or 0x654F63) is known color: Salt Box. HEX triplet: 65, 4F and 63. RGB value is (101,79,99). Sum of RGB (Red+Green+Blue) = 101+79+99=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #654F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F63 is #9AB09C. Grayscale: #575757. Windows color (decimal): -10137757 or 6508389. OLE color: 6508389.
HSL color Cylindrical-coordinate representation of color #654F63: hue angle of 305.45º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #654F63 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 79 | 99 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.60 |
| HSL | 305.45º | 0.12% | 0.35% | - |
| HSV(B) | 305.45º | 0.22% | 0.4% | - |
| XYZ | 10.41 | 9.26 | 13.04 | - |
| YUV | 87.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 99 | 0 | 0.22 | 0.02 | 0.60 | 305.45 | 0.12 | 0.35 |
| Hex | 65 | 4F | 63 | 0 | 16 | 2 | 3C | 131 | C | 23 |
| Octal | 145 | 117 | 143 | 0 | 26 | 2 | 74 | 461 | 14 | 43 |
| Binary | 1100101 | 1001111 | 1100011 | 0 | 10110 | 10 | 111100 | 100110001 | 1100 | 100011 |
Color Harmonies of #654F63
Complementary color
Monochromatic Colors of #654F63
Black with #654F63
Text Example
Text Example
White with #654F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F63; }
p { color: rgb(101,79,99); }
H1.HeaderClassName
{
color: #654F63;
}
.AnyTagClassName
{
color: #654F63;
}
</style>
background-color css
<style>
a { background-color: #654F63; }
a { background-color: rgb(101,79,99); }
div.DivClassName
{
background-color: #654F63;
}
.BgClassName
{
background-color: #654F63;
}
</style>
border-color css
<style>
span { border-color: #654F63; }
span { border-color: rgb(101,79,99); }
td.TdClassName
{
border-color: #654F63;
}
.TagClassName
{
border-color: #654F63;
}
</style>