#637273

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

Shades of Nevada #637273

Tints of Nevada #637273

Color information

#637273 (or 0x637273) is unknown color: approx Nevada. HEX triplet: 63, 72 and 73. RGB value is (99,114,115). Sum of RGB (Red+Green+Blue) = 99+114+115=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #637273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637273 is #9C8D8C. Grayscale: #6D6D6D. Windows color (decimal): -10259853 or 7565923. OLE color: 7565923.

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

Color convert

RGB99114115-
CMYK0.140.0100.55
HSL183.75º7.48%41.96%-
HSV(B)183.75º13.91%45.1%-
XYZ14.2615.9318.54-
YUV109.63131.03120.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=30.18%
G=34.76%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991141150.140.0100.55183.757.4841.96
Hex637273E1037b872a
Octal143162163161067270752
Binary11000111110010111001111101011011110111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637273; }

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

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

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

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

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

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

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

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