#636B6C

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

Shades of Nevada #636B6C

Tints of Nevada #636B6C

Color information

#636B6C (or 0x636B6C) is unknown color: approx Nevada. HEX triplet: 63, 6B and 6C. RGB value is (99,107,108). Sum of RGB (Red+Green+Blue) = 99+107+108=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #636B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B6C is #9C9493. Grayscale: #686868. Windows color (decimal): -10261652 or 7105379. OLE color: 7105379.

HSL color Cylindrical-coordinate representation of color #636B6C: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #636B6C is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB99107108-
CMYK0.080.0100.58
HSL186.67º4.35%40.59%-
HSV(B)186.67º8.33%42.35%-
XYZ13.1114.2516.25-
YUV104.72129.85123.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=31.53%
G=34.08%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal991071080.080.0100.58186.674.3540.59
Hex636B6C8103Abb429
Octal143153154101072273451
Binary11000111101011110110010001011101010111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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