#667071

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

Shades of Nevada #667071

Tints of Nevada #667071

Color information

#667071 (or 0x667071) is unknown color: approx Nevada. HEX triplet: 66, 70 and 71. RGB value is (102,112,113). Sum of RGB (Red+Green+Blue) = 102+112+113=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 113 - color contains mainly: blue. Hex color #667071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667071 is #998F8E. Grayscale: #6D6D6D. Windows color (decimal): -10063759 or 7434342. OLE color: 7434342.

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

Color convert

RGB102112113-
CMYK0.100.0100.56
HSL185.45º5.12%42.16%-
HSV(B)185.45º9.73%44.31%-
XYZ14.2515.6117.88-
YUV109.12130.19122.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=31.19%
G=34.25%
B=34.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021121130.100.0100.56185.455.1242.16
Hex667071A1038b952a
Octal146160161121070271552
Binary11001101110000111000110101011100010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667071; }

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

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

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

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

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

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

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

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