#636D6C

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

Shades of Nevada #636D6C

Tints of Nevada #636D6C

Color information

#636D6C (or 0x636D6C) is unknown color: approx Nevada. HEX triplet: 63, 6D and 6C. RGB value is (99,109,108). Sum of RGB (Red+Green+Blue) = 99+109+108=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #636D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D6C is #9C9293. Grayscale: #696969. Windows color (decimal): -10261140 or 7105891. OLE color: 7105891.

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

Color convert

RGB99109108-
CMYK0.0900.010.57
HSL174º4.81%40.78%-
HSV(B)174º9.17%42.75%-
XYZ13.3214.6716.32-
YUV105.9129.19123.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=31.33%
G=34.49%
B=34.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal991091080.0900.010.571744.8140.78
Hex636D6C90139ae529
Octal143155154110171256551
Binary11000111101101110110010010111100110101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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