Html Css Color HEX #657271 Nevada

📋 copy color: '#657271'

red 101 ◦ green 114 ◦ blue 113

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

Shades of Nevada #657271

Tints of Nevada #657271

RGB

 RED value IS 101 (39.84% from 255) = 30.79%

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

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

R = 30.79%
G = 34.76%
B = 34.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#657271 (or 0x657271) is known color: Nevada. HEX triplet: 65, 72 and 71. RGB value is (101,114,113). Sum of RGB (Red+Green+Blue) = 101+114+113=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #657271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657271 is #9A8D8E. Grayscale: #6D6D6D. Windows color (decimal): -10128783 or 7434853. OLE color: 7434853.

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

Color convert

RGB 101 114 113 -
CMYK 0.11 0 0.01 0.55
HSL 175.38º 0.06% 0.42% -
HSV(B) 175.38º 0.11% 0.45% -
XYZ 14.36 15.99 17.95 -
YUV 110 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 101 114 113 0.11 0 0.01 0.55 175.38 0.06 0.42
Hex 65 72 71 B 0 1 37 AF 6 2A
Octal 145 162 161 13 0 1 67 257 6 52
Binary 1100101 1110010 1110001 1011 0 1 110111 10101111 110 101010

Color Harmonies of #657271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657271

Black with #657271

Text Example


Text Example

White with #657271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657271; }

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

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

background-color css

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

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

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

border-color css

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

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

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