Html Css Color HEX #636B5F Axolotl

📋 copy color: '#636B5F'

red 99 ◦ green 107 ◦ blue 95

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

Shades of Axolotl #636B5F

Tints of Axolotl #636B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 32.89%
G = 35.55%
B = 31.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#636B5F (or 0x636B5F) is known color: Axolotl. HEX triplet: 63, 6B and 5F. RGB value is (99,107,95). Sum of RGB (Red+Green+Blue) = 99+107+95=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #636B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636B5F is #9C94A0. Grayscale: #676767. Windows color (decimal): -10261665 or 6253411. OLE color: 6253411.

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

Color convert

RGB 99 107 95 -
CMYK 0.07 0 0.11 0.58
HSL 100º 0.06% 0.4% -
HSV(B) 100º 0.11% 0.42% -
XYZ 12.47 13.99 12.87 -
YUV 103.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 99 107 95 0.07 0 0.11 0.58 100 0.06 0.4
Hex 63 6B 5F 7 0 B 3A 64 6 28
Octal 143 153 137 7 0 13 72 144 6 50
Binary 1100011 1101011 1011111 111 0 1011 111010 1100100 110 101000

Color Harmonies of #636B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636B5F

Black with #636B5F

Text Example


Text Example

White with #636B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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