Html Css Color HEX #637375 Nevada

📋 copy color: '#637375'

red 99 ◦ green 115 ◦ blue 117

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

Shades of Nevada #637375

Tints of Nevada #637375

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 99 115 117 -
CMYK 0.15 0.02 0 0.54
HSL 186.67º 0.08% 0.42% -
HSV(B) 186.67º 0.15% 0.46% -
XYZ 14.49 16.2 19.19 -
YUV 110.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 99 115 117 0.15 0.02 0 0.54 186.67 0.08 0.42
Hex 63 73 75 F 2 0 36 BB 8 2A
Octal 143 163 165 17 2 0 66 273 10 52
Binary 1100011 1110011 1110101 1111 10 0 110110 10111011 1000 101010

Color Harmonies of #637375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637375

Black with #637375

Text Example


Text Example

White with #637375

Text Example


Text Example

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