#636C76

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

Shades of Mid Grey #636C76

Tints of Mid Grey #636C76

Color information

#636C76 (or 0x636C76) is unknown color: approx Mid Grey. HEX triplet: 63, 6C and 76. RGB value is (99,108,118). Sum of RGB (Red+Green+Blue) = 99+108+118=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #636C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C76 is #9C9389. Grayscale: #6A6A6A. Windows color (decimal): -10261386 or 7760995. OLE color: 7760995.

HSL color Cylindrical-coordinate representation of color #636C76: hue angle of 211.58º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #636C76 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB99108118-
CMYK0.160.0800.54
HSL211.58º8.76%42.55%-
HSV(B)211.58º16.1%46.27%-
XYZ13.7814.6919.25-
YUV106.45134.52122.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=30.46%
G=33.23%
B=36.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991081180.160.0800.54211.588.7642.55
Hex636C76108036d492b
Octal14315416620100663241153
Binary1100011110110011101101000010000110110110101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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