Html Css Color HEX #636D5E Axolotl

📋 copy color: '#636D5E'

red 99 ◦ green 109 ◦ blue 94

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

Shades of Axolotl #636D5E

Tints of Axolotl #636D5E

RGB

 RED value IS 99 (39.06% from 255) = 32.78%

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 32.78%
G = 36.09%
B = 31.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#636D5E (or 0x636D5E) is known color: Axolotl. HEX triplet: 63, 6D and 5E. RGB value is (99,109,94). Sum of RGB (Red+Green+Blue) = 99+109+94=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 109 - color contains mainly: green. Hex color #636D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636D5E is #9C92A1. Grayscale: #686868. Windows color (decimal): -10261154 or 6188387. OLE color: 6188387.

HSL color Cylindrical-coordinate representation of color #636D5E: hue angle of 100º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #636D5E is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 99 109 94 -
CMYK 0.09 0 0.14 0.57
HSL 100º 0.07% 0.4% -
HSV(B) 100º 0.14% 0.43% -
XYZ 12.63 14.4 12.7 -
YUV 104.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 99 109 94 0.09 0 0.14 0.57 100 0.07 0.4
Hex 63 6D 5E 9 0 E 39 64 7 28
Octal 143 155 136 11 0 16 71 144 7 50
Binary 1100011 1101101 1011110 1001 0 1110 111001 1100100 111 101000

Color Harmonies of #636D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636D5E

Black with #636D5E

Text Example


Text Example

White with #636D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,109,94); }

 H1.HeaderClassName
 {
   color: #636D5E;
 }
 .AnyTagClassName
 {
   color: #636D5E;
 }
</style>

background-color css

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

 a { background-color: rgb(99,109,94); }

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

border-color css

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

 span { border-color: rgb(99,109,94); }

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