#667473

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

Shades of Nevada #667473

Tints of Nevada #667473

Color information

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

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

Color convert

RGB102116115-
CMYK0.1200.010.55
HSL175.71º6.42%42.75%-
HSV(B)175.71º12.07%45.49%-
XYZ14.8216.5518.63-
YUV111.7129.86121.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021161150.1200.010.55175.716.4242.75
Hex667473C0137b062b
Octal146164163140167260653
Binary11001101110100111001111000111011110110000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667473; }

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

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

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

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

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

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

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

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