#64706E

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

Shades of Nevada #64706E

Tints of Nevada #64706E

Color information

#64706E (or 0x64706E) is unknown color: approx Nevada. HEX triplet: 64, 70 and 6E. RGB value is (100,112,110). Sum of RGB (Red+Green+Blue) = 100+112+110=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 112 - color contains mainly: green. Hex color #64706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706E is #9B8F91. Grayscale: #6C6C6C. Windows color (decimal): -10194834 or 7237732. OLE color: 7237732.

HSL color Cylindrical-coordinate representation of color #64706E: hue angle of 170º 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 #64706E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB100112110-
CMYK0.1100.020.56
HSL170º5.66%41.57%-
HSV(B)170º10.71%43.92%-
XYZ13.8615.4217-
YUV108.18129.02122.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=31.06%
G=34.78%
B=34.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001121100.1100.020.561705.6641.57
Hex64706EB0238aa62a
Octal144160156130270252652
Binary110010011100001101110101101011100010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64706E; }

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

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

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

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

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

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

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

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