Shades of Salt Box #675761
Tints of Salt Box #675761
RGB
CMYK
RGB Variations
Color information
#675761 (or 0x675761) is known color: Salt Box. HEX triplet: 67, 57 and 61. RGB value is (103,87,97). Sum of RGB (Red+Green+Blue) = 103+87+97=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 103 - color contains mainly: red. Hex color #675761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675761 is #98A89E. Grayscale: #5C5C5C. Windows color (decimal): -10004639 or 6379367. OLE color: 6379367.
HSL color Cylindrical-coordinate representation of color #675761: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #675761 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 97 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.60 |
| HSL | 322.5º | 0.08% | 0.37% | - |
| HSV(B) | 322.5º | 0.16% | 0.4% | - |
| XYZ | 11.16 | 10.56 | 12.76 | - |
| YUV | 92.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 97 | 0 | 0.16 | 0.06 | 0.60 | 322.5 | 0.08 | 0.37 |
| Hex | 67 | 57 | 61 | 0 | 10 | 6 | 3C | 142 | 8 | 25 |
| Octal | 147 | 127 | 141 | 0 | 20 | 6 | 74 | 502 | 10 | 45 |
| Binary | 1100111 | 1010111 | 1100001 | 0 | 10000 | 110 | 111100 | 101000010 | 1000 | 100101 |
Color Harmonies of #675761
Complementary color
Monochromatic Colors of #675761
Black with #675761
Text Example
Text Example
White with #675761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675761; }
p { color: rgb(103,87,97); }
H1.HeaderClassName
{
color: #675761;
}
.AnyTagClassName
{
color: #675761;
}
</style>
background-color css
<style>
a { background-color: #675761; }
a { background-color: rgb(103,87,97); }
div.DivClassName
{
background-color: #675761;
}
.BgClassName
{
background-color: #675761;
}
</style>
border-color css
<style>
span { border-color: #675761; }
span { border-color: rgb(103,87,97); }
td.TdClassName
{
border-color: #675761;
}
.TagClassName
{
border-color: #675761;
}
</style>