Html Css Color HEX #636B5E Axolotl

📋 copy color: '#636B5E'

red 99 ◦ green 107 ◦ blue 94

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

Shades of Axolotl #636B5E

Tints of Axolotl #636B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

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

R = 33%
G = 35.67%
B = 31.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#636B5E (or 0x636B5E) is known color: Axolotl. HEX triplet: 63, 6B and 5E. RGB value is (99,107,94). Sum of RGB (Red+Green+Blue) = 99+107+94=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #636B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B5E is #9C94A1. Grayscale: #676767. Windows color (decimal): -10261666 or 6187875. OLE color: 6187875.

HSL color Cylindrical-coordinate representation of color #636B5E: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #636B5E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 99 107 94 -
CMYK 0.07 0 0.12 0.58
HSL 96.92º 0.06% 0.39% -
HSV(B) 96.92º 0.12% 0.42% -
XYZ 12.42 13.98 12.63 -
YUV 103.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 99 107 94 0.07 0 0.12 0.58 96.92 0.06 0.39
Hex 63 6B 5E 7 0 C 3A 61 6 27
Octal 143 153 136 7 0 14 72 141 6 47
Binary 1100011 1101011 1011110 111 0 1100 111010 1100001 110 100111

Color Harmonies of #636B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B5E

Black with #636B5E

Text Example


Text Example

White with #636B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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