Shades of Salt Box #665761
Tints of Salt Box #665761
RGB
CMYK
RGB Variations
Color information
#665761 (or 0x665761) is known color: Salt Box. HEX triplet: 66, 57 and 61. RGB value is (102,87,97). Sum of RGB (Red+Green+Blue) = 102+87+97=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665761 is #99A89E. Grayscale: #5C5C5C. Windows color (decimal): -10070175 or 6379366. OLE color: 6379366.
HSL color Cylindrical-coordinate representation of color #665761: hue angle of 320º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665761 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 97 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.6 |
| HSL | 320º | 0.08% | 0.37% | - |
| HSV(B) | 320º | 0.15% | 0.4% | - |
| XYZ | 11.05 | 10.5 | 12.75 | - |
| YUV | 92.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 97 | 0 | 0.15 | 0.05 | 0.6 | 320 | 0.08 | 0.37 |
| Hex | 66 | 57 | 61 | 0 | F | 5 | 3C | 140 | 8 | 25 |
| Octal | 146 | 127 | 141 | 0 | 17 | 5 | 74 | 500 | 10 | 45 |
| Binary | 1100110 | 1010111 | 1100001 | 0 | 1111 | 101 | 111100 | 101000000 | 1000 | 100101 |
Color Harmonies of #665761
Complementary color
Monochromatic Colors of #665761
Black with #665761
Text Example
Text Example
White with #665761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665761; }
p { color: rgb(102,87,97); }
H1.HeaderClassName
{
color: #665761;
}
.AnyTagClassName
{
color: #665761;
}
</style>
background-color css
<style>
a { background-color: #665761; }
a { background-color: rgb(102,87,97); }
div.DivClassName
{
background-color: #665761;
}
.BgClassName
{
background-color: #665761;
}
</style>
border-color css
<style>
span { border-color: #665761; }
span { border-color: rgb(102,87,97); }
td.TdClassName
{
border-color: #665761;
}
.TagClassName
{
border-color: #665761;
}
</style>