Shades of Salt Box #675A62
Tints of Salt Box #675A62
RGB
CMYK
RGB Variations
Color information
#675A62 (or 0x675A62) is known color: Salt Box. HEX triplet: 67, 5A and 62. RGB value is (103,90,98). Sum of RGB (Red+Green+Blue) = 103+90+98=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #675A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A62 is #98A59D. Grayscale: #5E5E5E. Windows color (decimal): -10003870 or 6445671. OLE color: 6445671.
HSL color Cylindrical-coordinate representation of color #675A62: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #675A62 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 98 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.60 |
| HSL | 323.08º | 0.07% | 0.38% | - |
| HSV(B) | 323.08º | 0.13% | 0.4% | - |
| XYZ | 11.45 | 11.08 | 13.09 | - |
| YUV | 94.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 98 | 0 | 0.13 | 0.05 | 0.60 | 323.08 | 0.07 | 0.38 |
| Hex | 67 | 5A | 62 | 0 | D | 5 | 3C | 143 | 7 | 26 |
| Octal | 147 | 132 | 142 | 0 | 15 | 5 | 74 | 503 | 7 | 46 |
| Binary | 1100111 | 1011010 | 1100010 | 0 | 1101 | 101 | 111100 | 101000011 | 111 | 100110 |
Color Harmonies of #675A62
Complementary color
Monochromatic Colors of #675A62
Black with #675A62
Text Example
Text Example
White with #675A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A62; }
p { color: rgb(103,90,98); }
H1.HeaderClassName
{
color: #675A62;
}
.AnyTagClassName
{
color: #675A62;
}
</style>
background-color css
<style>
a { background-color: #675A62; }
a { background-color: rgb(103,90,98); }
div.DivClassName
{
background-color: #675A62;
}
.BgClassName
{
background-color: #675A62;
}
</style>
border-color css
<style>
span { border-color: #675A62; }
span { border-color: rgb(103,90,98); }
td.TdClassName
{
border-color: #675A62;
}
.TagClassName
{
border-color: #675A62;
}
</style>