#647576

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

Shades of Nevada #647576

Tints of Nevada #647576

Color information

#647576 (or 0x647576) is unknown color: approx Nevada. HEX triplet: 64, 75 and 76. RGB value is (100,117,118). Sum of RGB (Red+Green+Blue) = 100+117+118=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #647576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647576 is #9B8A89. Grayscale: #707070. Windows color (decimal): -10193546 or 7763300. OLE color: 7763300.

HSL color Cylindrical-coordinate representation of color #647576: hue angle of 183.33º 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 #647576 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB100117118-
CMYK0.150.0100.54
HSL183.33º8.26%42.75%-
HSV(B)183.33º15.25%46.27%-
XYZ14.8916.7419.59-
YUV112.03131.37119.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=29.85%
G=34.93%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001171180.150.0100.54183.338.2642.75
Hex647576F1036b782b
Octal1441651661710662671053
Binary110010011101011110110111110110110101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647576; }

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

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

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

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

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

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

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

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