#667273

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

Shades of Nevada #667273

Tints of Nevada #667273

Color information

#667273 (or 0x667273) is unknown color: approx Nevada. HEX triplet: 66, 72 and 73. RGB value is (102,114,115). Sum of RGB (Red+Green+Blue) = 102+114+115=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #667273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667273 is #998D8C. Grayscale: #6E6E6E. Windows color (decimal): -10063245 or 7565926. OLE color: 7565926.

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

Color convert

RGB102114115-
CMYK0.110.0100.55
HSL184.62º5.99%42.55%-
HSV(B)184.62º11.3%45.1%-
XYZ14.5916.118.56-
YUV110.53130.52121.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=30.82%
G=34.44%
B=34.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021141150.110.0100.55184.625.9942.55
Hex667273B1037b962b
Octal146162163131067271653
Binary11001101110010111001110111011011110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667273; }

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

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

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

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

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

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

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

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