Shades of Salt Box #665165
Tints of Salt Box #665165
RGB
CMYK
RGB Variations
Color information
#665165 (or 0x665165) is known color: Salt Box. HEX triplet: 66, 51 and 65. RGB value is (102,81,101). Sum of RGB (Red+Green+Blue) = 102+81+101=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665165 is #99AE9A. Grayscale: #595959. Windows color (decimal): -10071707 or 6639974. OLE color: 6639974.
HSL color Cylindrical-coordinate representation of color #665165: hue angle of 302.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665165 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 101 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.6 |
| HSL | 302.86º | 0.11% | 0.36% | - |
| HSV(B) | 302.86º | 0.21% | 0.4% | - |
| XYZ | 10.77 | 9.65 | 13.61 | - |
| YUV | 89.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 101 | 0 | 0.21 | 0.01 | 0.6 | 302.86 | 0.11 | 0.36 |
| Hex | 66 | 51 | 65 | 0 | 15 | 1 | 3C | 12F | B | 24 |
| Octal | 146 | 121 | 145 | 0 | 25 | 1 | 74 | 457 | 13 | 44 |
| Binary | 1100110 | 1010001 | 1100101 | 0 | 10101 | 1 | 111100 | 100101111 | 1011 | 100100 |
Color Harmonies of #665165
Complementary color
Monochromatic Colors of #665165
Black with #665165
Text Example
Text Example
White with #665165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665165; }
p { color: rgb(102,81,101); }
H1.HeaderClassName
{
color: #665165;
}
.AnyTagClassName
{
color: #665165;
}
</style>
background-color css
<style>
a { background-color: #665165; }
a { background-color: rgb(102,81,101); }
div.DivClassName
{
background-color: #665165;
}
.BgClassName
{
background-color: #665165;
}
</style>
border-color css
<style>
span { border-color: #665165; }
span { border-color: rgb(102,81,101); }
td.TdClassName
{
border-color: #665165;
}
.TagClassName
{
border-color: #665165;
}
</style>