#637170

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

Shades of Nevada #637170

Tints of Nevada #637170

Color information

#637170 (or 0x637170) is unknown color: approx Nevada. HEX triplet: 63, 71 and 70. RGB value is (99,113,112). Sum of RGB (Red+Green+Blue) = 99+113+112=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #637170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637170 is #9C8E8F. Grayscale: #6C6C6C. Windows color (decimal): -10260112 or 7369059. OLE color: 7369059.

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

Color convert

RGB99113112-
CMYK0.1200.010.56
HSL175.71º6.6%41.57%-
HSV(B)175.71º12.39%44.31%-
XYZ13.9815.6317.61-
YUV108.7129.86121.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=30.56%
G=34.88%
B=34.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991131120.1200.010.56175.716.641.57
Hex637170C0138b072a
Octal143161160140170260752
Binary11000111110001111000011000111100010110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637170; }

 p { color: rgb(99,113,112); }

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

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

 a { background-color: rgb(99,113,112); }

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

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

 span { border-color: rgb(99,113,112); }

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