Shades of Salt Box #665065
Tints of Salt Box #665065
RGB
CMYK
RGB Variations
Color information
#665065 (or 0x665065) is known color: Salt Box. HEX triplet: 66, 50 and 65. RGB value is (102,80,101). Sum of RGB (Red+Green+Blue) = 102+80+101=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665065 is #99AF9A. Grayscale: #585858. Windows color (decimal): -10071963 or 6639718. OLE color: 6639718.
HSL color Cylindrical-coordinate representation of color #665065: hue angle of 302.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665065 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 101 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.6 |
| HSL | 302.73º | 0.12% | 0.36% | - |
| HSV(B) | 302.73º | 0.22% | 0.4% | - |
| XYZ | 10.7 | 9.5 | 13.58 | - |
| YUV | 88.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 101 | 0 | 0.22 | 0.01 | 0.6 | 302.73 | 0.12 | 0.36 |
| Hex | 66 | 50 | 65 | 0 | 16 | 1 | 3C | 12F | C | 24 |
| Octal | 146 | 120 | 145 | 0 | 26 | 1 | 74 | 457 | 14 | 44 |
| Binary | 1100110 | 1010000 | 1100101 | 0 | 10110 | 1 | 111100 | 100101111 | 1100 | 100100 |
Color Harmonies of #665065
Complementary color
Monochromatic Colors of #665065
Black with #665065
Text Example
Text Example
White with #665065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665065; }
p { color: rgb(102,80,101); }
H1.HeaderClassName
{
color: #665065;
}
.AnyTagClassName
{
color: #665065;
}
</style>
background-color css
<style>
a { background-color: #665065; }
a { background-color: rgb(102,80,101); }
div.DivClassName
{
background-color: #665065;
}
.BgClassName
{
background-color: #665065;
}
</style>
border-color css
<style>
span { border-color: #665065; }
span { border-color: rgb(102,80,101); }
td.TdClassName
{
border-color: #665065;
}
.TagClassName
{
border-color: #665065;
}
</style>