Shades of Salt Box #654A5F
Tints of Salt Box #654A5F
RGB
CMYK
RGB Variations
Color information
#654A5F (or 0x654A5F) is known color: Salt Box. HEX triplet: 65, 4A and 5F. RGB value is (101,74,95). Sum of RGB (Red+Green+Blue) = 101+74+95=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 101 - color contains mainly: red. Hex color #654A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A5F is #9AB5A0. Grayscale: #545454. Windows color (decimal): -10139041 or 6244965. OLE color: 6244965.
HSL color Cylindrical-coordinate representation of color #654A5F: hue angle of 313.33º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #654A5F is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 95 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.60 |
| HSL | 313.33º | 0.15% | 0.34% | - |
| HSV(B) | 313.33º | 0.27% | 0.4% | - |
| XYZ | 9.88 | 8.49 | 11.94 | - |
| YUV | 84.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 95 | 0 | 0.27 | 0.06 | 0.60 | 313.33 | 0.15 | 0.34 |
| Hex | 65 | 4A | 5F | 0 | 1B | 6 | 3C | 139 | F | 22 |
| Octal | 145 | 112 | 137 | 0 | 33 | 6 | 74 | 471 | 17 | 42 |
| Binary | 1100101 | 1001010 | 1011111 | 0 | 11011 | 110 | 111100 | 100111001 | 1111 | 100010 |
Color Harmonies of #654A5F
Complementary color
Monochromatic Colors of #654A5F
Black with #654A5F
Text Example
Text Example
White with #654A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A5F; }
p { color: rgb(101,74,95); }
H1.HeaderClassName
{
color: #654A5F;
}
.AnyTagClassName
{
color: #654A5F;
}
</style>
background-color css
<style>
a { background-color: #654A5F; }
a { background-color: rgb(101,74,95); }
div.DivClassName
{
background-color: #654A5F;
}
.BgClassName
{
background-color: #654A5F;
}
</style>
border-color css
<style>
span { border-color: #654A5F; }
span { border-color: rgb(101,74,95); }
td.TdClassName
{
border-color: #654A5F;
}
.TagClassName
{
border-color: #654A5F;
}
</style>