Html Css Color HEX #616565 Nevada

📋 copy color: '#616565'

red 97 ◦ green 101 ◦ blue 101

#616565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #616565

Tints of Nevada #616565

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 value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#616565 (or 0x616565) is known color: 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

RGB 97 101 101 -
CMYK 0.04 0 0 0.60
HSL 180º 0.02% 0.39% -
HSV(B) 180º 0.04% 0.4% -
XYZ 11.93 12.79 14.15 -
YUV 99.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 97 101 101 0.04 0 0 0.60 180 0.02 0.39
Hex 61 65 65 4 0 0 3C B4 2 27
Octal 141 145 145 4 0 0 74 264 2 47
Binary 1100001 1100101 1100101 100 0 0 111100 10110100 10 100111

Color Harmonies of #616565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616565

Black with #616565

Text Example


Text Example

White with #616565

Text Example


Text Example

HTML Codes & Css Web 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>