Html Css Color HEX #63725C Axolotl

📋 copy color: '#63725C'

red 99 ◦ green 114 ◦ blue 92

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

Shades of Axolotl #63725C

Tints of Axolotl #63725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 32.46%
G = 37.38%
B = 30.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#63725C (or 0x63725C) is known color: Axolotl. HEX triplet: 63, 72 and 5C. RGB value is (99,114,92). Sum of RGB (Red+Green+Blue) = 99+114+92=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #63725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63725C is #9C8DA3. Grayscale: #6B6B6B. Windows color (decimal): -10259876 or 6058595. OLE color: 6058595.

HSL color Cylindrical-coordinate representation of color #63725C: hue angle of 100.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63725C is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 114 92 -
CMYK 0.13 0 0.19 0.55
HSL 100.91º 0.11% 0.4% -
HSV(B) 100.91º 0.19% 0.45% -
XYZ 13.09 15.46 12.42 -
YUV 107.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 99 114 92 0.13 0 0.19 0.55 100.91 0.11 0.4
Hex 63 72 5C D 0 13 37 65 B 28
Octal 143 162 134 15 0 23 67 145 13 50
Binary 1100011 1110010 1011100 1101 0 10011 110111 1100101 1011 101000

Color Harmonies of #63725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63725C

Black with #63725C

Text Example


Text Example

White with #63725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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