#64706F

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

Shades of Nevada #64706F

Tints of Nevada #64706F

Color information

#64706F (or 0x64706F) is unknown color: approx Nevada. HEX triplet: 64, 70 and 6F. RGB value is (100,112,111). Sum of RGB (Red+Green+Blue) = 100+112+111=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #64706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706F is #9B8F90. Grayscale: #6C6C6C. Windows color (decimal): -10194833 or 7303268. OLE color: 7303268.

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

Color convert

RGB100112111-
CMYK0.1100.010.56
HSL175º5.66%41.57%-
HSV(B)175º10.71%43.92%-
XYZ13.9215.4517.29-
YUV108.3129.52122.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=30.96%
G=34.67%
B=34.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001121110.1100.010.561755.6641.57
Hex64706FB0138af62a
Octal144160157130170257652
Binary11001001110000110111110110111100010101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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