Shades of Salt Box #674A65
Tints of Salt Box #674A65
RGB
CMYK
RGB Variations
Color information
#674A65 (or 0x674A65) is known color: Salt Box. HEX triplet: 67, 4A and 65. RGB value is (103,74,101). Sum of RGB (Red+Green+Blue) = 103+74+101=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #674A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A65 is #98B59A. Grayscale: #555555. Windows color (decimal): -10007963 or 6638183. OLE color: 6638183.
HSL color Cylindrical-coordinate representation of color #674A65: hue angle of 304.14º 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 #674A65 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 101 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.60 |
| HSL | 304.14º | 0.16% | 0.35% | - |
| HSV(B) | 304.14º | 0.28% | 0.4% | - |
| XYZ | 10.39 | 8.72 | 13.45 | - |
| YUV | 85.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 101 | 0 | 0.28 | 0.02 | 0.60 | 304.14 | 0.16 | 0.35 |
| Hex | 67 | 4A | 65 | 0 | 1C | 2 | 3C | 130 | 10 | 23 |
| Octal | 147 | 112 | 145 | 0 | 34 | 2 | 74 | 460 | 20 | 43 |
| Binary | 1100111 | 1001010 | 1100101 | 0 | 11100 | 10 | 111100 | 100110000 | 10000 | 100011 |
Color Harmonies of #674A65
Complementary color
Monochromatic Colors of #674A65
Black with #674A65
Text Example
Text Example
White with #674A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A65; }
p { color: rgb(103,74,101); }
H1.HeaderClassName
{
color: #674A65;
}
.AnyTagClassName
{
color: #674A65;
}
</style>
background-color css
<style>
a { background-color: #674A65; }
a { background-color: rgb(103,74,101); }
div.DivClassName
{
background-color: #674A65;
}
.BgClassName
{
background-color: #674A65;
}
</style>
border-color css
<style>
span { border-color: #674A65; }
span { border-color: rgb(103,74,101); }
td.TdClassName
{
border-color: #674A65;
}
.TagClassName
{
border-color: #674A65;
}
</style>