#616B6C

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

Shades of Nevada #616B6C

Tints of Nevada #616B6C

Color information

#616B6C (or 0x616B6C) is unknown color: approx Nevada. HEX triplet: 61, 6B and 6C. RGB value is (97,107,108). Sum of RGB (Red+Green+Blue) = 97+107+108=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 108 - color contains mainly: blue. Hex color #616B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B6C is #9E9493. Grayscale: #686868. Windows color (decimal): -10392724 or 7105377. OLE color: 7105377.

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

Color convert

RGB97107108-
CMYK0.100.0100.58
HSL185.45º5.37%40.2%-
HSV(B)185.45º10.19%42.35%-
XYZ12.8914.1416.24-
YUV104.12130.19122.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=31.09%
G=34.29%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971071080.100.0100.58185.455.3740.2
Hex616B6CA103Ab9528
Octal141153154121072271550
Binary11000011101011110110010101011101010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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