#616767

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

Shades of Nevada #616767

Tints of Nevada #616767

Color information

#616767 (or 0x616767) is unknown color: approx Nevada. HEX triplet: 61, 67 and 67. RGB value is (97,103,103). Sum of RGB (Red+Green+Blue) = 97+103+103=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #616767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616767 is #9E9898. Grayscale: #656565. Windows color (decimal): -10393753 or 6776673. OLE color: 6776673.

HSL color Cylindrical-coordinate representation of color #616767: hue angle of 180º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #616767 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB97103103-
CMYK0.06000.60
HSL180º3%39.22%-
HSV(B)180º5.83%40.39%-
XYZ12.2313.2214.74-
YUV101.21129.01125-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=32.01%
G=33.99%
B=33.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal971031030.06000.60180339.22
Hex6167676003Cb4327
Octal14114714760074264347
Binary110000111001111100111110001111001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616767; }

 p { color: rgb(97,103,103); }

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

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

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

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

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

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

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