Shades of Salt Box #675565
Tints of Salt Box #675565
RGB
CMYK
RGB Variations
Color information
#675565 (or 0x675565) is known color: Salt Box. HEX triplet: 67, 55 and 65. RGB value is (103,85,101). Sum of RGB (Red+Green+Blue) = 103+85+101=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 103 - color contains mainly: red. Hex color #675565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675565 is #98AA9A. Grayscale: #5C5C5C. Windows color (decimal): -10005147 or 6640999. OLE color: 6640999.
HSL color Cylindrical-coordinate representation of color #675565: hue angle of 306.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675565 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 85 | 101 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.60 |
| HSL | 306.67º | 0.1% | 0.37% | - |
| HSV(B) | 306.67º | 0.17% | 0.4% | - |
| XYZ | 11.19 | 10.32 | 13.71 | - |
| YUV | 92.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 101 | 0 | 0.17 | 0.02 | 0.60 | 306.67 | 0.1 | 0.37 |
| Hex | 67 | 55 | 65 | 0 | 11 | 2 | 3C | 133 | A | 25 |
| Octal | 147 | 125 | 145 | 0 | 21 | 2 | 74 | 463 | 12 | 45 |
| Binary | 1100111 | 1010101 | 1100101 | 0 | 10001 | 10 | 111100 | 100110011 | 1010 | 100101 |
Color Harmonies of #675565
Complementary color
Monochromatic Colors of #675565
Black with #675565
Text Example
Text Example
White with #675565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675565; }
p { color: rgb(103,85,101); }
H1.HeaderClassName
{
color: #675565;
}
.AnyTagClassName
{
color: #675565;
}
</style>
background-color css
<style>
a { background-color: #675565; }
a { background-color: rgb(103,85,101); }
div.DivClassName
{
background-color: #675565;
}
.BgClassName
{
background-color: #675565;
}
</style>
border-color css
<style>
span { border-color: #675565; }
span { border-color: rgb(103,85,101); }
td.TdClassName
{
border-color: #675565;
}
.TagClassName
{
border-color: #675565;
}
</style>