#616565

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

Shades of Nevada #616565

Tints of Nevada #616565

Color information

#616565 (or 0x616565) is unknown color: approx Nevada. HEX triplet: 61, 65 and 65. RGB value is (97,101,101). Sum of RGB (Red+Green+Blue) = 97+101+101=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #616565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616565 is #9E9A9A. Grayscale: #636363. Windows color (decimal): -10394267 or 6645089. OLE color: 6645089.

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

Color convert

RGB97101101-
CMYK0.04000.60
HSL180º2.02%38.82%-
HSV(B)180º3.96%39.61%-
XYZ11.9312.7914.15-
YUV99.8128.67126-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=32.44%
G=33.78%
B=33.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal971011010.04000.601802.0238.82
Hex6165654003Cb4227
Octal14114514540074264247
Binary110000111001011100101100001111001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616565; }

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

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

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

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

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

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

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

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