Html Css Color HEX #636F5D Axolotl

📋 copy color: '#636F5D'

red 99 ◦ green 111 ◦ blue 93

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

Shades of Axolotl #636F5D

Tints of Axolotl #636F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 32.67%
G = 36.63%
B = 30.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#636F5D (or 0x636F5D) is known color: Axolotl. HEX triplet: 63, 6F and 5D. RGB value is (99,111,93). Sum of RGB (Red+Green+Blue) = 99+111+93=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #636F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F5D is #9C90A2. Grayscale: #696969. Windows color (decimal): -10260643 or 6123363. OLE color: 6123363.

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

Color convert

RGB 99 111 93 -
CMYK 0.11 0 0.16 0.56
HSL 100º 0.09% 0.4% -
HSV(B) 100º 0.16% 0.44% -
XYZ 12.81 14.81 12.54 -
YUV 105.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 99 111 93 0.11 0 0.16 0.56 100 0.09 0.4
Hex 63 6F 5D B 0 10 38 64 9 28
Octal 143 157 135 13 0 20 70 144 11 50
Binary 1100011 1101111 1011101 1011 0 10000 111000 1100100 1001 101000

Color Harmonies of #636F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636F5D

Black with #636F5D

Text Example


Text Example

White with #636F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,111,93); }

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

background-color css

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

 a { background-color: rgb(99,111,93); }

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

border-color css

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

 span { border-color: rgb(99,111,93); }

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