Html Css Color HEX #636E6D Nevada

📋 copy color: '#636E6D'

red 99 ◦ green 110 ◦ blue 109

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

Shades of Nevada #636E6D

Tints of Nevada #636E6D

RGB

 RED value IS 99 (39.06% from 255) = 31.13%

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 31.13%
G = 34.59%
B = 34.28%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#636E6D (or 0x636E6D) is known color: Nevada. HEX triplet: 63, 6E and 6D. RGB value is (99,110,109). Sum of RGB (Red+Green+Blue) = 99+110+109=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 110 - color contains mainly: green. Hex color #636E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E6D is #9C9192. Grayscale: #6A6A6A. Windows color (decimal): -10260883 or 7171683. OLE color: 7171683.

HSL color Cylindrical-coordinate representation of color #636E6D: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #636E6D is Cyan = 0.1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 110 109 -
CMYK 0.1 0 0.01 0.57
HSL 174.55º 0.05% 0.41% -
HSV(B) 174.55º 0.1% 0.43% -
XYZ 13.48 14.91 16.64 -
YUV 106.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 99 110 109 0.1 0 0.01 0.57 174.55 0.05 0.41
Hex 63 6E 6D A 0 1 39 AF 5 29
Octal 143 156 155 12 0 1 71 257 5 51
Binary 1100011 1101110 1101101 1010 0 1 111001 10101111 101 101001

Color Harmonies of #636E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636E6D

Black with #636E6D

Text Example


Text Example

White with #636E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636E6D; }

 p { color: rgb(99,110,109); }

 H1.HeaderClassName
 {
   color: #636E6D;
 }
 .AnyTagClassName
 {
   color: #636E6D;
 }
</style>

background-color css

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

 a { background-color: rgb(99,110,109); }

 div.DivClassName
 {
   background-color: #636E6D;
 }
 .BgClassName
 {
   background-color: #636E6D;
 }
</style>

border-color css

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

 span { border-color: rgb(99,110,109); }

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