Shades of Salt Box #674A63
Tints of Salt Box #674A63
RGB
CMYK
RGB Variations
Color information
#674A63 (or 0x674A63) is known color: Salt Box. HEX triplet: 67, 4A and 63. RGB value is (103,74,99). Sum of RGB (Red+Green+Blue) = 103+74+99=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #674A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A63 is #98B59C. Grayscale: #555555. Windows color (decimal): -10007965 or 6507111. OLE color: 6507111.
HSL color Cylindrical-coordinate representation of color #674A63: hue angle of 308.28º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674A63 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 99 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.60 |
| HSL | 308.28º | 0.16% | 0.35% | - |
| HSV(B) | 308.28º | 0.28% | 0.4% | - |
| XYZ | 10.29 | 8.68 | 12.94 | - |
| YUV | 85.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 99 | 0 | 0.28 | 0.04 | 0.60 | 308.28 | 0.16 | 0.35 |
| Hex | 67 | 4A | 63 | 0 | 1C | 4 | 3C | 134 | 10 | 23 |
| Octal | 147 | 112 | 143 | 0 | 34 | 4 | 74 | 464 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1100011 | 0 | 11100 | 100 | 111100 | 100110100 | 10000 | 100011 |
Color Harmonies of #674A63
Complementary color
Monochromatic Colors of #674A63
Black with #674A63
Text Example
Text Example
White with #674A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A63; }
p { color: rgb(103,74,99); }
H1.HeaderClassName
{
color: #674A63;
}
.AnyTagClassName
{
color: #674A63;
}
</style>
background-color css
<style>
a { background-color: #674A63; }
a { background-color: rgb(103,74,99); }
div.DivClassName
{
background-color: #674A63;
}
.BgClassName
{
background-color: #674A63;
}
</style>
border-color css
<style>
span { border-color: #674A63; }
span { border-color: rgb(103,74,99); }
td.TdClassName
{
border-color: #674A63;
}
.TagClassName
{
border-color: #674A63;
}
</style>