Html Css Color HEX #636A5F Axolotl

📋 copy color: '#636A5F'

red 99 ◦ green 106 ◦ blue 95

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

Shades of Axolotl #636A5F

Tints of Axolotl #636A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

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

R = 33%
G = 35.33%
B = 31.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#636A5F (or 0x636A5F) is known color: Axolotl. HEX triplet: 63, 6A and 5F. RGB value is (99,106,95). Sum of RGB (Red+Green+Blue) = 99+106+95=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 106 - color contains mainly: green. Hex color #636A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A5F is #9C95A0. Grayscale: #666666. Windows color (decimal): -10261921 or 6253155. OLE color: 6253155.

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

Color convert

RGB 99 106 95 -
CMYK 0.07 0 0.10 0.58
HSL 98.18º 0.05% 0.39% -
HSV(B) 98.18º 0.1% 0.42% -
XYZ 12.37 13.79 12.84 -
YUV 102.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 99 106 95 0.07 0 0.10 0.58 98.18 0.05 0.39
Hex 63 6A 5F 7 0 A 3A 62 5 27
Octal 143 152 137 7 0 12 72 142 5 47
Binary 1100011 1101010 1011111 111 0 1010 111010 1100010 101 100111

Color Harmonies of #636A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A5F

Black with #636A5F

Text Example


Text Example

White with #636A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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