Html Css Color HEX #63715A Axolotl

📋 copy color: '#63715A'

red 99 ◦ green 113 ◦ blue 90

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

Shades of Axolotl #63715A

Tints of Axolotl #63715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 32.78%
G = 37.42%
B = 29.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#63715A (or 0x63715A) is known color: Axolotl. HEX triplet: 63, 71 and 5A. RGB value is (99,113,90). Sum of RGB (Red+Green+Blue) = 99+113+90=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #63715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715A is #9C8EA5. Grayscale: #6A6A6A. Windows color (decimal): -10260134 or 5927267. OLE color: 5927267.

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

Color convert

RGB 99 113 90 -
CMYK 0.12 0 0.20 0.56
HSL 96.52º 0.11% 0.4% -
HSV(B) 96.52º 0.2% 0.44% -
XYZ 12.9 15.2 11.93 -
YUV 106.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 99 113 90 0.12 0 0.20 0.56 96.52 0.11 0.4
Hex 63 71 5A C 0 14 38 61 B 28
Octal 143 161 132 14 0 24 70 141 13 50
Binary 1100011 1110001 1011010 1100 0 10100 111000 1100001 1011 101000

Color Harmonies of #63715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63715A

Black with #63715A

Text Example


Text Example

White with #63715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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