Html Css Color HEX #63725A Axolotl

📋 copy color: '#63725A'

red 99 ◦ green 114 ◦ blue 90

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

Shades of Axolotl #63725A

Tints of Axolotl #63725A

RGB

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

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

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

R = 32.67%
G = 37.62%
B = 29.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#63725A (or 0x63725A) is known color: Axolotl. HEX triplet: 63, 72 and 5A. RGB value is (99,114,90). Sum of RGB (Red+Green+Blue) = 99+114+90=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #63725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63725A is #9C8DA5. Grayscale: #6A6A6A. Windows color (decimal): -10259878 or 5927523. OLE color: 5927523.

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

Color convert

RGB 99 114 90 -
CMYK 0.13 0 0.21 0.55
HSL 97.5º 0.12% 0.4% -
HSV(B) 97.5º 0.21% 0.45% -
XYZ 13.01 15.43 11.96 -
YUV 106.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 99 114 90 0.13 0 0.21 0.55 97.5 0.12 0.4
Hex 63 72 5A D 0 15 37 62 C 28
Octal 143 162 132 15 0 25 67 142 14 50
Binary 1100011 1110010 1011010 1101 0 10101 110111 1100010 1100 101000

Color Harmonies of #63725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63725A

Black with #63725A

Text Example


Text Example

White with #63725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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