Html Css Color HEX #647171 Nevada

📋 copy color: '#647171'

red 100 ◦ green 113 ◦ blue 113

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

Shades of Nevada #647171

Tints of Nevada #647171

RGB

 RED value IS 100 (39.45% from 255) = 30.67%

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 30.67%
G = 34.66%
B = 34.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#647171 (or 0x647171) is known color: Nevada. HEX triplet: 64, 71 and 71. RGB value is (100,113,113). Sum of RGB (Red+Green+Blue) = 100+113+113=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #647171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647171 is #9B8E8E. Grayscale: #6D6D6D. Windows color (decimal): -10194575 or 7434596. OLE color: 7434596.

HSL color Cylindrical-coordinate representation of color #647171: hue angle of 180º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #647171 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 113 -
CMYK 0.12 0 0 0.56
HSL 180º 0.06% 0.42% -
HSV(B) 180º 0.12% 0.44% -
XYZ 14.14 15.71 17.91 -
YUV 109.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 100 113 113 0.12 0 0 0.56 180 0.06 0.42
Hex 64 71 71 C 0 0 38 B4 6 2A
Octal 144 161 161 14 0 0 70 264 6 52
Binary 1100100 1110001 1110001 1100 0 0 111000 10110100 110 101010

Color Harmonies of #647171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647171

Black with #647171

Text Example


Text Example

White with #647171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647171; }

 p { color: rgb(100,113,113); }

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

background-color css

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

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

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

border-color css

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

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

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