#636E6D

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

Shades of Nevada #636E6D

Tints of Nevada #636E6D

Color information

#636E6D (or 0x636E6D) is unknown color: approx 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

RGB99110109-
CMYK0.100.010.57
HSL174.55º5.26%40.98%-
HSV(B)174.55º10%43.14%-
XYZ13.4814.9116.64-
YUV106.6129.36122.58-

RGB Variations

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

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 (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991101090.100.010.57174.555.2640.98
Hex636E6DA0139af529
Octal143156155120171257551
Binary11000111101110110110110100111100110101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>