#636C72

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

Shades of Mid Grey #636C72

Tints of Mid Grey #636C72

Color information

#636C72 (or 0x636C72) is unknown color: approx Mid Grey. HEX triplet: 63, 6C and 72. RGB value is (99,108,114). Sum of RGB (Red+Green+Blue) = 99+108+114=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #636C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C72 is #9C938D. Grayscale: #696969. Windows color (decimal): -10261390 or 7498851. OLE color: 7498851.

HSL color Cylindrical-coordinate representation of color #636C72: hue angle of 204º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #636C72 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB99108114-
CMYK0.130.0500.55
HSL204º7.04%41.76%-
HSV(B)204º13.16%44.71%-
XYZ13.5514.5918.02-
YUV105.99132.52123.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=30.84%
G=33.64%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991081140.130.0500.552047.0441.76
Hex636C72D5037cc72a
Octal143154162155067314752
Binary1100011110110011100101101101011011111001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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