#616E6C

Color #616E6C Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #616E6C

Tints of Nevada #616E6C

Color information

#616E6C (or 0x616E6C) is unknown color: approx Nevada. HEX triplet: 61, 6E and 6C. RGB value is (97,110,108). Sum of RGB (Red+Green+Blue) = 97+110+108=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #616E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E6C is #9E9193. Grayscale: #696969. Windows color (decimal): -10391956 or 7106145. OLE color: 7106145.

HSL color Cylindrical-coordinate representation of color #616E6C: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616E6C is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB97110108-
CMYK0.1200.020.57
HSL170.77º6.28%40.59%-
HSV(B)170.77º11.82%43.14%-
XYZ13.2114.7816.34-
YUV105.88129.19121.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=30.79%
G=34.92%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal971101080.1200.020.57170.776.2840.59
Hex616E6CC0239ab629
Octal141156154140271253651
Binary110000111011101101100110001011100110101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616E6C; }

 p { color: rgb(97,110,108); }

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

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

 a { background-color: rgb(97,110,108); }

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

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

 span { border-color: rgb(97,110,108); }

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