#616B6A

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

Shades of Nevada #616B6A

Tints of Nevada #616B6A

Color information

#616B6A (or 0x616B6A) is unknown color: approx Nevada. HEX triplet: 61, 6B and 6A. RGB value is (97,107,106). Sum of RGB (Red+Green+Blue) = 97+107+106=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 107 - color contains mainly: green. Hex color #616B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B6A is #9E9495. Grayscale: #676767. Windows color (decimal): -10392726 or 6974305. OLE color: 6974305.

HSL color Cylindrical-coordinate representation of color #616B6A: hue angle of 174º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #616B6A is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB97107106-
CMYK0.0900.010.58
HSL174º4.9%40%-
HSV(B)174º9.35%41.96%-
XYZ12.7914.115.68-
YUV103.9129.19123.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=31.29%
G=34.52%
B=34.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971071060.0900.010.581744.940
Hex616B6A9013Aae528
Octal141153152110172256550
Binary11000011101011110101010010111101010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,106); }

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

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

 a { background-color: rgb(97,107,106); }

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

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

 span { border-color: rgb(97,107,106); }

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