Shades of Salt Box #675F64
Tints of Salt Box #675F64
RGB
CMYK
RGB Variations
Color information
#675F64 (or 0x675F64) is known color: Salt Box. HEX triplet: 67, 5F and 64. RGB value is (103,95,100). Sum of RGB (Red+Green+Blue) = 103+95+100=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 103 - color contains mainly: red. Hex color #675F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F64 is #98A09B. Grayscale: #616161. Windows color (decimal): -10002588 or 6578023. OLE color: 6578023.
HSL color Cylindrical-coordinate representation of color #675F64: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #675F64 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 100 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.60 |
| HSL | 322.5º | 0.04% | 0.39% | - |
| HSV(B) | 322.5º | 0.08% | 0.4% | - |
| XYZ | 11.99 | 11.99 | 13.74 | - |
| YUV | 97.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 100 | 0 | 0.08 | 0.03 | 0.60 | 322.5 | 0.04 | 0.39 |
| Hex | 67 | 5F | 64 | 0 | 8 | 3 | 3C | 142 | 4 | 27 |
| Octal | 147 | 137 | 144 | 0 | 10 | 3 | 74 | 502 | 4 | 47 |
| Binary | 1100111 | 1011111 | 1100100 | 0 | 1000 | 11 | 111100 | 101000010 | 100 | 100111 |
Color Harmonies of #675F64
Complementary color
Monochromatic Colors of #675F64
Black with #675F64
Text Example
Text Example
White with #675F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F64; }
p { color: rgb(103,95,100); }
H1.HeaderClassName
{
color: #675F64;
}
.AnyTagClassName
{
color: #675F64;
}
</style>
background-color css
<style>
a { background-color: #675F64; }
a { background-color: rgb(103,95,100); }
div.DivClassName
{
background-color: #675F64;
}
.BgClassName
{
background-color: #675F64;
}
</style>
border-color css
<style>
span { border-color: #675F64; }
span { border-color: rgb(103,95,100); }
td.TdClassName
{
border-color: #675F64;
}
.TagClassName
{
border-color: #675F64;
}
</style>