#657373

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

Shades of Nevada #657373

Tints of Nevada #657373

Color information

#657373 (or 0x657373) is unknown color: approx Nevada. HEX triplet: 65, 73 and 73. RGB value is (101,115,115). Sum of RGB (Red+Green+Blue) = 101+115+115=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #657373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657373 is #9A8C8C. Grayscale: #6E6E6E. Windows color (decimal): -10128525 or 7566181. OLE color: 7566181.

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

Color convert

RGB101115115-
CMYK0.12000.55
HSL180º6.48%42.35%-
HSV(B)180º12.17%45.1%-
XYZ14.5916.2718.59-
YUV110.81130.36121-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=30.51%
G=34.74%
B=34.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011151150.12000.551806.4842.35
Hex657373C0037b462a
Octal145163163140067264652
Binary11001011110011111001111000011011110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657373; }

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

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

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

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

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

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

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

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