#636B72

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

Shades of Mid Grey #636B72

Tints of Mid Grey #636B72

Color information

#636B72 (or 0x636B72) is unknown color: approx Mid Grey. HEX triplet: 63, 6B and 72. RGB value is (99,107,114). Sum of RGB (Red+Green+Blue) = 99+107+114=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #636B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B72 is #9C948D. Grayscale: #696969. Windows color (decimal): -10261646 or 7498595. OLE color: 7498595.

HSL color Cylindrical-coordinate representation of color #636B72: hue angle of 208º 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 #636B72 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB99107114-
CMYK0.130.0600.55
HSL208º7.04%41.76%-
HSV(B)208º13.16%44.71%-
XYZ13.4414.3817.99-
YUV105.41132.85123.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=30.94%
G=33.44%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991071140.130.0600.552087.0441.76
Hex636B72D6037d072a
Octal143153162156067320752
Binary1100011110101111100101101110011011111010000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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