#667374

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

Shades of Nevada #667374

Tints of Nevada #667374

Color information

#667374 (or 0x667374) is unknown color: approx Nevada. HEX triplet: 66, 73 and 74. RGB value is (102,115,116). Sum of RGB (Red+Green+Blue) = 102+115+116=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 116 - color contains mainly: blue. Hex color #667374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667374 is #998C8B. Grayscale: #6F6F6F. Windows color (decimal): -10062988 or 7631718. OLE color: 7631718.

HSL color Cylindrical-coordinate representation of color #667374: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #667374 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102115116-
CMYK0.120.0100.55
HSL184.29º6.42%42.75%-
HSV(B)184.29º12.07%45.49%-
XYZ14.7616.3518.9-
YUV111.23130.69121.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=30.63%
G=34.53%
B=34.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021151160.120.0100.55184.296.4242.75
Hex667374C1037b862b
Octal146163164141067270653
Binary11001101110011111010011001011011110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667374; }

 p { color: rgb(102,115,116); }

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

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

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

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

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

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

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