#647170

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

Shades of Nevada #647170

Tints of Nevada #647170

Color information

#647170 (or 0x647170) is unknown color: approx Nevada. HEX triplet: 64, 71 and 70. RGB value is (100,113,112). Sum of RGB (Red+Green+Blue) = 100+113+112=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 113 - color contains mainly: green. Hex color #647170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647170 is #9B8E8F. Grayscale: #6C6C6C. Windows color (decimal): -10194576 or 7369060. OLE color: 7369060.

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

Color convert

RGB100113112-
CMYK0.1200.010.56
HSL175.38º6.1%41.76%-
HSV(B)175.38º11.5%44.31%-
XYZ14.0915.6917.62-
YUV109129.69121.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=30.77%
G=34.77%
B=34.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001131120.1200.010.56175.386.141.76
Hex647170C0138af62a
Octal144161160140170257652
Binary11001001110001111000011000111100010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647170; }

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

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

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

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

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

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

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

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