#647574

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

Shades of Nevada #647574

Tints of Nevada #647574

Color information

#647574 (or 0x647574) is unknown color: approx Nevada. HEX triplet: 64, 75 and 74. RGB value is (100,117,116). Sum of RGB (Red+Green+Blue) = 100+117+116=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #647574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647574 is #9B8A8B. Grayscale: #6F6F6F. Windows color (decimal): -10193548 or 7632228. OLE color: 7632228.

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

Color convert

RGB100117116-
CMYK0.1500.010.54
HSL176.47º7.83%42.55%-
HSV(B)176.47º14.53%45.88%-
XYZ14.7716.6918.97-
YUV111.8130.37119.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=30.03%
G=35.14%
B=34.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001171160.1500.010.54176.477.8342.55
Hex647574F0136b082b
Octal1441651641701662601053
Binary110010011101011110100111101110110101100001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647574; }

 p { color: rgb(100,117,116); }

 H1.HeaderClassName
 {
   color: #647574;
 }
 .AnyTagClassName
 {
   color: #647574;
 }
</style>
background-color css

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

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

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

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

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

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