Html Css Color HEX #617071 Nevada

📋 copy color: '#617071'

red 97 ◦ green 112 ◦ blue 113

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

Shades of Nevada #617071

Tints of Nevada #617071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 30.12%
G = 34.78%
B = 35.09%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#617071 (or 0x617071) is known color: Nevada. HEX triplet: 61, 70 and 71. RGB value is (97,112,113). Sum of RGB (Red+Green+Blue) = 97+112+113=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #617071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617071 is #9E8F8E. Grayscale: #6B6B6B. Windows color (decimal): -10391439 or 7434337. OLE color: 7434337.

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

Color convert

RGB 97 112 113 -
CMYK 0.14 0.01 0 0.56
HSL 183.75º 0.08% 0.41% -
HSV(B) 183.75º 0.14% 0.44% -
XYZ 13.7 15.32 17.86 -
YUV 107.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 97 112 113 0.14 0.01 0 0.56 183.75 0.08 0.41
Hex 61 70 71 E 1 0 38 B8 8 29
Octal 141 160 161 16 1 0 70 270 10 51
Binary 1100001 1110000 1110001 1110 1 0 111000 10111000 1000 101001

Color Harmonies of #617071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617071

Black with #617071

Text Example


Text Example

White with #617071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617071; }

 p { color: rgb(97,112,113); }

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

background-color css

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

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

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

border-color css

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

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

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