#647675

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

Shades of Nevada #647675

Tints of Nevada #647675

Color information

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

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

Color convert

RGB100118117-
CMYK0.1500.010.54
HSL176.67º8.26%42.75%-
HSV(B)176.67º15.25%46.27%-
XYZ14.9416.9519.31-
YUV112.5130.54119.08-

RGB Variations

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

RGB

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

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
Decimal1001181170.1500.010.54176.678.2642.75
Hex647675F0136b182b
Octal1441661651701662611053
Binary110010011101101110101111101110110101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647675; }

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

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

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

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

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

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

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

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