Shades of Salt Box #675165
Tints of Salt Box #675165
RGB
CMYK
RGB Variations
Color information
#675165 (or 0x675165) is known color: Salt Box. HEX triplet: 67, 51 and 65. RGB value is (103,81,101). Sum of RGB (Red+Green+Blue) = 103+81+101=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675165 is #98AE9A. Grayscale: #595959. Windows color (decimal): -10006171 or 6639975. OLE color: 6639975.
HSL color Cylindrical-coordinate representation of color #675165: hue angle of 305.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675165 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 101 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.60 |
| HSL | 305.45º | 0.12% | 0.36% | - |
| HSV(B) | 305.45º | 0.21% | 0.4% | - |
| XYZ | 10.88 | 9.71 | 13.61 | - |
| YUV | 89.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 101 | 0 | 0.21 | 0.02 | 0.60 | 305.45 | 0.12 | 0.36 |
| Hex | 67 | 51 | 65 | 0 | 15 | 2 | 3C | 131 | C | 24 |
| Octal | 147 | 121 | 145 | 0 | 25 | 2 | 74 | 461 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1100101 | 0 | 10101 | 10 | 111100 | 100110001 | 1100 | 100100 |
Color Harmonies of #675165
Complementary color
Monochromatic Colors of #675165
Black with #675165
Text Example
Text Example
White with #675165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675165; }
p { color: rgb(103,81,101); }
H1.HeaderClassName
{
color: #675165;
}
.AnyTagClassName
{
color: #675165;
}
</style>
background-color css
<style>
a { background-color: #675165; }
a { background-color: rgb(103,81,101); }
div.DivClassName
{
background-color: #675165;
}
.BgClassName
{
background-color: #675165;
}
</style>
border-color css
<style>
span { border-color: #675165; }
span { border-color: rgb(103,81,101); }
td.TdClassName
{
border-color: #675165;
}
.TagClassName
{
border-color: #675165;
}
</style>