Html Css Color HEX #637170 Nevada

📋 copy color: '#637170'

red 99 ◦ green 113 ◦ blue 112

#637170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #637170

Tints of Nevada #637170

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 value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#637170 (or 0x637170) is known color: 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

RGB 99 113 112 -
CMYK 0.12 0 0.01 0.56
HSL 175.71º 0.07% 0.42% -
HSV(B) 175.71º 0.12% 0.44% -
XYZ 13.98 15.63 17.61 -
YUV 108.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 99 113 112 0.12 0 0.01 0.56 175.71 0.07 0.42
Hex 63 71 70 C 0 1 38 B0 7 2A
Octal 143 161 160 14 0 1 70 260 7 52
Binary 1100011 1110001 1110000 1100 0 1 111000 10110000 111 101010

Color Harmonies of #637170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637170

Black with #637170

Text Example


Text Example

White with #637170

Text Example


Text Example

HTML Codes & Css Web 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>