Html Css Color HEX #616F6E Nevada

📋 copy color: '#616F6E'

red 97 ◦ green 111 ◦ blue 110

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

Shades of Nevada #616F6E

Tints of Nevada #616F6E

RGB

 RED value IS 97 (38.28% from 255) = 30.5%

 GREEN value IS 111 (43.75% from 255) = 34.91%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 30.5%
G = 34.91%
B = 34.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#616F6E (or 0x616F6E) is known color: Nevada. HEX triplet: 61, 6F and 6E. RGB value is (97,111,110). Sum of RGB (Red+Green+Blue) = 97+111+110=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 111 - color contains mainly: green. Hex color #616F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F6E is #9E9091. Grayscale: #6A6A6A. Windows color (decimal): -10391698 or 7237473. OLE color: 7237473.

HSL color Cylindrical-coordinate representation of color #616F6E: hue angle of 175.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F6E is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 111 110 -
CMYK 0.13 0 0.01 0.56
HSL 175.71º 0.07% 0.41% -
HSV(B) 175.71º 0.13% 0.44% -
XYZ 13.43 15.04 16.95 -
YUV 106.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 97 111 110 0.13 0 0.01 0.56 175.71 0.07 0.41
Hex 61 6F 6E D 0 1 38 B0 7 29
Octal 141 157 156 15 0 1 70 260 7 51
Binary 1100001 1101111 1101110 1101 0 1 111000 10110000 111 101001

Color Harmonies of #616F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F6E

Black with #616F6E

Text Example


Text Example

White with #616F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,110); }

 H1.HeaderClassName
 {
   color: #616F6E;
 }
 .AnyTagClassName
 {
   color: #616F6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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