Html Css Color HEX #63715C Axolotl

📋 copy color: '#63715C'

red 99 ◦ green 113 ◦ blue 92

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

Shades of Axolotl #63715C

Tints of Axolotl #63715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 32.57%
G = 37.17%
B = 30.26%

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

#63715C (or 0x63715C) is known color: Axolotl. HEX triplet: 63, 71 and 5C. RGB value is (99,113,92). Sum of RGB (Red+Green+Blue) = 99+113+92=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #63715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715C is #9C8EA3. Grayscale: #6A6A6A. Windows color (decimal): -10260132 or 6058339. OLE color: 6058339.

HSL color Cylindrical-coordinate representation of color #63715C: hue angle of 100º degrees, saturation: 0.1, 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 #63715C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 113 92 -
CMYK 0.12 0 0.19 0.56
HSL 100º 0.1% 0.4% -
HSV(B) 100º 0.19% 0.44% -
XYZ 12.98 15.24 12.38 -
YUV 106.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 99 113 92 0.12 0 0.19 0.56 100 0.1 0.4
Hex 63 71 5C C 0 13 38 64 A 28
Octal 143 161 134 14 0 23 70 144 12 50
Binary 1100011 1110001 1011100 1100 0 10011 111000 1100100 1010 101000

Color Harmonies of #63715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63715C

Black with #63715C

Text Example


Text Example

White with #63715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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