Shades of Salt Box #65505F
Tints of Salt Box #65505F
RGB
CMYK
RGB Variations
Color information
#65505F (or 0x65505F) is known color: Salt Box. HEX triplet: 65, 50 and 5F. RGB value is (101,80,95). Sum of RGB (Red+Green+Blue) = 101+80+95=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #65505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65505F is #9AAFA0. Grayscale: #575757. Windows color (decimal): -10137505 or 6246501. OLE color: 6246501.
HSL color Cylindrical-coordinate representation of color #65505F: hue angle of 317.14º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65505F is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 95 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.60 |
| HSL | 317.14º | 0.12% | 0.35% | - |
| HSV(B) | 317.14º | 0.21% | 0.4% | - |
| XYZ | 10.3 | 9.33 | 12.08 | - |
| YUV | 87.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 95 | 0 | 0.21 | 0.06 | 0.60 | 317.14 | 0.12 | 0.35 |
| Hex | 65 | 50 | 5F | 0 | 15 | 6 | 3C | 13D | C | 23 |
| Octal | 145 | 120 | 137 | 0 | 25 | 6 | 74 | 475 | 14 | 43 |
| Binary | 1100101 | 1010000 | 1011111 | 0 | 10101 | 110 | 111100 | 100111101 | 1100 | 100011 |
Color Harmonies of #65505F
Complementary color
Monochromatic Colors of #65505F
Black with #65505F
Text Example
Text Example
White with #65505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65505F; }
p { color: rgb(101,80,95); }
H1.HeaderClassName
{
color: #65505F;
}
.AnyTagClassName
{
color: #65505F;
}
</style>
background-color css
<style>
a { background-color: #65505F; }
a { background-color: rgb(101,80,95); }
div.DivClassName
{
background-color: #65505F;
}
.BgClassName
{
background-color: #65505F;
}
</style>
border-color css
<style>
span { border-color: #65505F; }
span { border-color: rgb(101,80,95); }
td.TdClassName
{
border-color: #65505F;
}
.TagClassName
{
border-color: #65505F;
}
</style>