#636864

Color #636864 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #636864

Tints of Mineral Green #636864

Color information

#636864 (or 0x636864) is unknown color: approx Mineral Green. HEX triplet: 63, 68 and 64. RGB value is (99,104,100). Sum of RGB (Red+Green+Blue) = 99+104+100=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 104 - color contains mainly: green. Hex color #636864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636864 is #9C979B. Grayscale: #666666. Windows color (decimal): -10262428 or 6580323. OLE color: 6580323.

HSL color Cylindrical-coordinate representation of color #636864: hue angle of 132º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #636864 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB99104100-
CMYK0.0500.040.59
HSL132º2.46%39.8%-
HSV(B)132º4.81%40.78%-
XYZ12.413.4714-
YUV102.05126.84125.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=32.67%
G=34.32%
B=33.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal991041000.0500.040.591322.4639.8
Hex6368645043B84228
Octal14315014450473204250
Binary11000111101000110010010101001110111000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636864; }

 p { color: rgb(99,104,100); }

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

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

 a { background-color: rgb(99,104,100); }

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

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

 span { border-color: rgb(99,104,100); }

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