Html Css Color HEX #636864 Mineral Green

📋 copy color: '#636864'

red 99 ◦ green 104 ◦ blue 100

#636864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #636864

Tints of Mineral Green #636864

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%

R = 32.67%
G = 34.32%
B = 33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#636864 (or 0x636864) is known color: 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

RGB 99 104 100 -
CMYK 0.05 0 0.04 0.59
HSL 132º 0.02% 0.4% -
HSV(B) 132º 0.05% 0.41% -
XYZ 12.4 13.47 14 -
YUV 102.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 99 104 100 0.05 0 0.04 0.59 132 0.02 0.4
Hex 63 68 64 5 0 4 3B 84 2 28
Octal 143 150 144 5 0 4 73 204 2 50
Binary 1100011 1101000 1100100 101 0 100 111011 10000100 10 101000

Color Harmonies of #636864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636864

Black with #636864

Text Example


Text Example

White with #636864

Text Example


Text Example

HTML Codes & Css Web 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>