Html Css Color HEX #63715B Axolotl

📋 copy color: '#63715B'

red 99 ◦ green 113 ◦ blue 91

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

Shades of Axolotl #63715B

Tints of Axolotl #63715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 32.67%
G = 37.29%
B = 30.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#63715B (or 0x63715B) is known color: Axolotl. HEX triplet: 63, 71 and 5B. RGB value is (99,113,91). Sum of RGB (Red+Green+Blue) = 99+113+91=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #63715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715B is #9C8EA4. Grayscale: #6A6A6A. Windows color (decimal): -10260133 or 5992803. OLE color: 5992803.

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

Color convert

RGB 99 113 91 -
CMYK 0.12 0 0.19 0.56
HSL 98.18º 0.11% 0.4% -
HSV(B) 98.18º 0.19% 0.44% -
XYZ 12.94 15.22 12.15 -
YUV 106.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 99 113 91 0.12 0 0.19 0.56 98.18 0.11 0.4
Hex 63 71 5B C 0 13 38 62 B 28
Octal 143 161 133 14 0 23 70 142 13 50
Binary 1100011 1110001 1011011 1100 0 10011 111000 1100010 1011 101000

Color Harmonies of #63715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63715B

Black with #63715B

Text Example


Text Example

White with #63715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63715B; }

 p { color: rgb(99,113,91); }

 H1.HeaderClassName
 {
   color: #63715B;
 }
 .AnyTagClassName
 {
   color: #63715B;
 }
</style>

background-color css

<style>
 a { background-color: #63715B; }

 a { background-color: rgb(99,113,91); }

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

border-color css

<style>
 span { border-color: #63715B; }

 span { border-color: rgb(99,113,91); }

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