#666F6E

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

Shades of Nevada #666F6E

Tints of Nevada #666F6E

Color information

#666F6E (or 0x666F6E) is unknown color: approx Nevada. HEX triplet: 66, 6F and 6E. RGB value is (102,111,110). Sum of RGB (Red+Green+Blue) = 102+111+110=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 111 - color contains mainly: green. Hex color #666F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F6E is #999091. Grayscale: #6C6C6C. Windows color (decimal): -10064018 or 7237478. OLE color: 7237478.

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

Color convert

RGB102111110-
CMYK0.0800.010.56
HSL173.33º4.23%41.76%-
HSV(B)173.33º8.11%43.53%-
XYZ13.9815.3216.97-
YUV108.2129.02123.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=31.58%
G=34.37%
B=34.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021111100.0800.010.56173.334.2341.76
Hex666F6E80138ad42a
Octal146157156100170255452
Binary11001101101111110111010000111100010101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666F6E; }

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

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

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

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

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

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

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

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