#647070

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

Shades of Nevada #647070

Tints of Nevada #647070

Color information

#647070 (or 0x647070) is unknown color: approx Nevada. HEX triplet: 64, 70 and 70. RGB value is (100,112,112). Sum of RGB (Red+Green+Blue) = 100+112+112=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #647070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647070 is #9B8F8F. Grayscale: #6C6C6C. Windows color (decimal): -10194832 or 7368804. OLE color: 7368804.

HSL color Cylindrical-coordinate representation of color #647070: 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.11%. Process color model (Four color, CMYK) of #647070 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB100112112-
CMYK0.11000.56
HSL180º5.66%41.57%-
HSV(B)180º10.71%43.92%-
XYZ13.9715.4717.58-
YUV108.41130.02122-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=30.86%
G=34.57%
B=34.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001121120.11000.561805.6641.57
Hex647070B0038b462a
Octal144160160130070264652
Binary11001001110000111000010110011100010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647070; }

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

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

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

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

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

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

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

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