#647171

Color #647171 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #647171

Tints of Nevada #647171

Color information

#647171 (or 0x647171) is unknown color: approx 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

RGB100113113-
CMYK0.12000.56
HSL180º6.1%41.76%-
HSV(B)180º11.5%44.31%-
XYZ14.1415.7117.91-
YUV109.11130.19121.5-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001131130.12000.561806.141.76
Hex647171C0038b462a
Octal144161161140070264652
Binary11001001110001111000111000011100010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>