#6D7373

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

Shades of Nevada #6D7373

Tints of Nevada #6D7373

Color information

#6D7373 (or 0x6D7373) is unknown color: approx Nevada. HEX triplet: 6D, 73 and 73. RGB value is (109,115,115). Sum of RGB (Red+Green+Blue) = 109+115+115=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #6D7373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7373 is #928C8C. Grayscale: #717171. Windows color (decimal): -9604237 or 7566189. OLE color: 7566189.

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

Color convert

RGB109115115-
CMYK0.05000.55
HSL180º2.68%43.92%-
HSV(B)180º5.22%45.1%-
XYZ15.5316.7518.63-
YUV113.21129.01125-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.15%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=32.15%
G=33.92%
B=33.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1091151150.05000.551802.6843.92
Hex6D737350037b432c
Octal15516316350067264354
Binary110110111100111110011101001101111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7373; }

 p { color: rgb(109,115,115); }

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

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

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

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

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

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

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