#667171

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

Shades of Nevada #667171

Tints of Nevada #667171

Color information

#667171 (or 0x667171) is unknown color: approx Nevada. HEX triplet: 66, 71 and 71. RGB value is (102,113,113). Sum of RGB (Red+Green+Blue) = 102+113+113=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #667171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667171 is #998E8E. Grayscale: #6D6D6D. Windows color (decimal): -10063503 or 7434598. OLE color: 7434598.

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

Color convert

RGB102113113-
CMYK0.10000.56
HSL180º5.12%42.16%-
HSV(B)180º9.73%44.31%-
XYZ14.3715.8317.92-
YUV109.71129.86122.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=31.10%
G=34.45%
B=34.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021131130.10000.561805.1242.16
Hex667171A0038b452a
Octal146161161120070264552
Binary11001101110001111000110100011100010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667171; }

 p { color: rgb(102,113,113); }

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

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

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

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

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

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

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