Shades of Salt Box #675366
Tints of Salt Box #675366
RGB
CMYK
RGB Variations
Color information
#675366 (or 0x675366) is known color: Salt Box. HEX triplet: 67, 53 and 66. RGB value is (103,83,102). Sum of RGB (Red+Green+Blue) = 103+83+102=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 103 - color contains mainly: red. Hex color #675366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675366 is #98AC99. Grayscale: #5B5B5B. Windows color (decimal): -10005658 or 6706023. OLE color: 6706023.
HSL color Cylindrical-coordinate representation of color #675366: hue angle of 303º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675366 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 83 | 102 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.60 |
| HSL | 303º | 0.11% | 0.36% | - |
| HSV(B) | 303º | 0.19% | 0.4% | - |
| XYZ | 11.09 | 10.03 | 13.92 | - |
| YUV | 91.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 102 | 0 | 0.19 | 0.01 | 0.60 | 303 | 0.11 | 0.36 |
| Hex | 67 | 53 | 66 | 0 | 13 | 1 | 3C | 12F | B | 24 |
| Octal | 147 | 123 | 146 | 0 | 23 | 1 | 74 | 457 | 13 | 44 |
| Binary | 1100111 | 1010011 | 1100110 | 0 | 10011 | 1 | 111100 | 100101111 | 1011 | 100100 |
Color Harmonies of #675366
Complementary color
Monochromatic Colors of #675366
Black with #675366
Text Example
Text Example
White with #675366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675366; }
p { color: rgb(103,83,102); }
H1.HeaderClassName
{
color: #675366;
}
.AnyTagClassName
{
color: #675366;
}
</style>
background-color css
<style>
a { background-color: #675366; }
a { background-color: rgb(103,83,102); }
div.DivClassName
{
background-color: #675366;
}
.BgClassName
{
background-color: #675366;
}
</style>
border-color css
<style>
span { border-color: #675366; }
span { border-color: rgb(103,83,102); }
td.TdClassName
{
border-color: #675366;
}
.TagClassName
{
border-color: #675366;
}
</style>