#637375

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

Shades of Nevada #637375

Tints of Nevada #637375

Color information

#637375 (or 0x637375) is unknown color: approx Nevada. HEX triplet: 63, 73 and 75. RGB value is (99,115,117). Sum of RGB (Red+Green+Blue) = 99+115+117=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #637375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637375 is #9C8C8A. Grayscale: #6E6E6E. Windows color (decimal): -10259595 or 7697251. OLE color: 7697251.

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

Color convert

RGB99115117-
CMYK0.150.0200.54
HSL186.67º8.33%42.35%-
HSV(B)186.67º15.38%45.88%-
XYZ14.4916.219.19-
YUV110.44131.7119.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=29.91%
G=34.74%
B=35.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991151170.150.0200.54186.678.3342.35
Hex637375F2036bb82a
Octal1431631651720662731052
Binary1100011111001111101011111100110110101110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637375; }

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

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

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

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

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

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

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

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