Shades of Salt Box #65535F
Tints of Salt Box #65535F
RGB
CMYK
RGB Variations
Color information
#65535F (or 0x65535F) is known color: Salt Box. HEX triplet: 65, 53 and 5F. RGB value is (101,83,95). Sum of RGB (Red+Green+Blue) = 101+83+95=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #65535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65535F is #9AACA0. Grayscale: #595959. Windows color (decimal): -10136737 or 6247269. OLE color: 6247269.
HSL color Cylindrical-coordinate representation of color #65535F: hue angle of 320º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65535F is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 95 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.60 |
| HSL | 320º | 0.1% | 0.36% | - |
| HSV(B) | 320º | 0.18% | 0.4% | - |
| XYZ | 10.53 | 9.78 | 12.16 | - |
| YUV | 89.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 95 | 0 | 0.18 | 0.06 | 0.60 | 320 | 0.1 | 0.36 |
| Hex | 65 | 53 | 5F | 0 | 12 | 6 | 3C | 140 | A | 24 |
| Octal | 145 | 123 | 137 | 0 | 22 | 6 | 74 | 500 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1011111 | 0 | 10010 | 110 | 111100 | 101000000 | 1010 | 100100 |
Color Harmonies of #65535F
Complementary color
Monochromatic Colors of #65535F
Black with #65535F
Text Example
Text Example
White with #65535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65535F; }
p { color: rgb(101,83,95); }
H1.HeaderClassName
{
color: #65535F;
}
.AnyTagClassName
{
color: #65535F;
}
</style>
background-color css
<style>
a { background-color: #65535F; }
a { background-color: rgb(101,83,95); }
div.DivClassName
{
background-color: #65535F;
}
.BgClassName
{
background-color: #65535F;
}
</style>
border-color css
<style>
span { border-color: #65535F; }
span { border-color: rgb(101,83,95); }
td.TdClassName
{
border-color: #65535F;
}
.TagClassName
{
border-color: #65535F;
}
</style>