#637071

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

Shades of Nevada #637071

Tints of Nevada #637071

Color information

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

HSL color Cylindrical-coordinate representation of color #637071: hue angle of 184.29º 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 #637071 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB99112113-
CMYK0.120.0100.56
HSL184.29º6.6%41.57%-
HSV(B)184.29º12.39%44.31%-
XYZ13.9215.4317.87-
YUV108.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991121130.120.0100.56184.296.641.57
Hex637071C1038b872a
Octal143160161141070270752
Binary11000111110000111000111001011100010111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637071; }

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

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

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

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

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

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

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

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