Shades of Salt Box #675264
Tints of Salt Box #675264
RGB
CMYK
RGB Variations
Color information
#675264 (or 0x675264) is known color: Salt Box. HEX triplet: 67, 52 and 64. RGB value is (103,82,100). Sum of RGB (Red+Green+Blue) = 103+82+100=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675264 is #98AD9B. Grayscale: #5A5A5A. Windows color (decimal): -10005916 or 6574695. OLE color: 6574695.
HSL color Cylindrical-coordinate representation of color #675264: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675264 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 82 | 100 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.60 |
| HSL | 308.57º | 0.11% | 0.36% | - |
| HSV(B) | 308.57º | 0.2% | 0.4% | - |
| XYZ | 10.91 | 9.84 | 13.38 | - |
| YUV | 90.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 100 | 0 | 0.20 | 0.03 | 0.60 | 308.57 | 0.11 | 0.36 |
| Hex | 67 | 52 | 64 | 0 | 14 | 3 | 3C | 135 | B | 24 |
| Octal | 147 | 122 | 144 | 0 | 24 | 3 | 74 | 465 | 13 | 44 |
| Binary | 1100111 | 1010010 | 1100100 | 0 | 10100 | 11 | 111100 | 100110101 | 1011 | 100100 |
Color Harmonies of #675264
Complementary color
Monochromatic Colors of #675264
Black with #675264
Text Example
Text Example
White with #675264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675264; }
p { color: rgb(103,82,100); }
H1.HeaderClassName
{
color: #675264;
}
.AnyTagClassName
{
color: #675264;
}
</style>
background-color css
<style>
a { background-color: #675264; }
a { background-color: rgb(103,82,100); }
div.DivClassName
{
background-color: #675264;
}
.BgClassName
{
background-color: #675264;
}
</style>
border-color css
<style>
span { border-color: #675264; }
span { border-color: rgb(103,82,100); }
td.TdClassName
{
border-color: #675264;
}
.TagClassName
{
border-color: #675264;
}
</style>