#685161

Color #685161 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #685161

Tints of Salt Box #685161

Color information

#685161 (or 0x685161) is unknown color: approx Salt Box. HEX triplet: 68, 51 and 61. RGB value is (104,81,97). Sum of RGB (Red+Green+Blue) = 104+81+97=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #685161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685161 is #97AE9E. Grayscale: #595959. Windows color (decimal): -9940639 or 6377832. OLE color: 6377832.

HSL color Cylindrical-coordinate representation of color #685161: hue angle of 318.26º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685161 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1048197-
CMYK00.220.070.59
HSL318.26º12.43%36.27%-
HSV(B)318.26º22.12%40.78%-
XYZ10.819.6912.61-
YUV89.7132.12138.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=36.88%
G=28.72%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104819700.220.070.59318.2612.4336.27
Hex68516101673B13ec24
Octal1501211410267734761444
Binary1101000101000111000010101101111110111001111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685161; }

 p { color: rgb(104,81,97); }

 H1.HeaderClassName
 {
   color: #685161;
 }
 .AnyTagClassName
 {
   color: #685161;
 }
</style>
background-color css

<style>
 a { background-color: #685161; }

 a { background-color: rgb(104,81,97); }

 div.DivClassName
 {
   background-color: #685161;
 }
 .BgClassName
 {
   background-color: #685161;
 }
</style>
border-color css

<style>
 span { border-color: #685161; }

 span { border-color: rgb(104,81,97); }

 td.TdClassName
 {
   border-color: #685161;
 }
 .TagClassName
 {
   border-color: #685161;
 }
</style>