#637473

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

Shades of Nevada #637473

Tints of Nevada #637473

Color information

#637473 (or 0x637473) is unknown color: approx Nevada. HEX triplet: 63, 74 and 73. RGB value is (99,116,115). Sum of RGB (Red+Green+Blue) = 99+116+115=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 116 - color contains mainly: green. Hex color #637473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637473 is #9C8B8C. Grayscale: #6E6E6E. Windows color (decimal): -10259341 or 7566435. OLE color: 7566435.

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

Color convert

RGB99116115-
CMYK0.1500.010.55
HSL176.47º7.91%42.16%-
HSV(B)176.47º14.66%45.49%-
XYZ14.4916.3818.62-
YUV110.8130.37119.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=30%
G=35.15%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991161150.1500.010.55176.477.9142.16
Hex637473F0137b082a
Octal1431641631701672601052
Binary110001111101001110011111101110111101100001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637473; }

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

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

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

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

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

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

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

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