#66706F

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

Shades of Nevada #66706F

Tints of Nevada #66706F

Color information

#66706F (or 0x66706F) is unknown color: approx Nevada. HEX triplet: 66, 70 and 6F. RGB value is (102,112,111). Sum of RGB (Red+Green+Blue) = 102+112+111=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 112 - color contains mainly: green. Hex color #66706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66706F is #998F90. Grayscale: #6C6C6C. Windows color (decimal): -10063761 or 7303270. OLE color: 7303270.

HSL color Cylindrical-coordinate representation of color #66706F: hue angle of 174º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66706F is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB102112111-
CMYK0.0900.010.56
HSL174º4.67%41.96%-
HSV(B)174º8.93%43.92%-
XYZ14.1415.5617.3-
YUV108.9129.19123.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=31.38%
G=34.46%
B=34.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021121110.0900.010.561744.6741.96
Hex66706F90138ae52a
Octal146160157110170256552
Binary11001101110000110111110010111100010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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