Html Css Color HEX #617271 Nevada

📋 copy color: '#617271'

red 97 ◦ green 114 ◦ blue 113

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

Shades of Nevada #617271

Tints of Nevada #617271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 29.94%
G = 35.19%
B = 34.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#617271 (or 0x617271) is known color: Nevada. HEX triplet: 61, 72 and 71. RGB value is (97,114,113). Sum of RGB (Red+Green+Blue) = 97+114+113=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 114 - color contains mainly: green. Hex color #617271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617271 is #9E8D8E. Grayscale: #6C6C6C. Windows color (decimal): -10390927 or 7434849. OLE color: 7434849.

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

Color convert

RGB 97 114 113 -
CMYK 0.15 0 0.01 0.55
HSL 176.47º 0.08% 0.41% -
HSV(B) 176.47º 0.15% 0.45% -
XYZ 13.93 15.77 17.93 -
YUV 108.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 97 114 113 0.15 0 0.01 0.55 176.47 0.08 0.41
Hex 61 72 71 F 0 1 37 B0 8 29
Octal 141 162 161 17 0 1 67 260 10 51
Binary 1100001 1110010 1110001 1111 0 1 110111 10110000 1000 101001

Color Harmonies of #617271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617271

Black with #617271

Text Example


Text Example

White with #617271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617271; }

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

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

background-color css

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

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

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

border-color css

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

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

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