Shades of Salt Box #675164
Tints of Salt Box #675164
RGB
CMYK
RGB Variations
Color information
#675164 (or 0x675164) is known color: Salt Box. HEX triplet: 67, 51 and 64. RGB value is (103,81,100). Sum of RGB (Red+Green+Blue) = 103+81+100=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675164 is #98AE9B. Grayscale: #595959. Windows color (decimal): -10006172 or 6574439. OLE color: 6574439.
HSL color Cylindrical-coordinate representation of color #675164: hue angle of 308.18º 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 #675164 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 100 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.60 |
| HSL | 308.18º | 0.12% | 0.36% | - |
| HSV(B) | 308.18º | 0.21% | 0.4% | - |
| XYZ | 10.84 | 9.69 | 13.36 | - |
| YUV | 89.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 100 | 0 | 0.21 | 0.03 | 0.60 | 308.18 | 0.12 | 0.36 |
| Hex | 67 | 51 | 64 | 0 | 15 | 3 | 3C | 134 | C | 24 |
| Octal | 147 | 121 | 144 | 0 | 25 | 3 | 74 | 464 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1100100 | 0 | 10101 | 11 | 111100 | 100110100 | 1100 | 100100 |
Color Harmonies of #675164
Complementary color
Monochromatic Colors of #675164
Black with #675164
Text Example
Text Example
White with #675164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675164; }
p { color: rgb(103,81,100); }
H1.HeaderClassName
{
color: #675164;
}
.AnyTagClassName
{
color: #675164;
}
</style>
background-color css
<style>
a { background-color: #675164; }
a { background-color: rgb(103,81,100); }
div.DivClassName
{
background-color: #675164;
}
.BgClassName
{
background-color: #675164;
}
</style>
border-color css
<style>
span { border-color: #675164; }
span { border-color: rgb(103,81,100); }
td.TdClassName
{
border-color: #675164;
}
.TagClassName
{
border-color: #675164;
}
</style>