Html Css Color HEX #63725D Axolotl

📋 copy color: '#63725D'

red 99 ◦ green 114 ◦ blue 93

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

Shades of Axolotl #63725D

Tints of Axolotl #63725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 32.35%
G = 37.25%
B = 30.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#63725D (or 0x63725D) is known color: Axolotl. HEX triplet: 63, 72 and 5D. RGB value is (99,114,93). Sum of RGB (Red+Green+Blue) = 99+114+93=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #63725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63725D is #9C8DA2. Grayscale: #6B6B6B. Windows color (decimal): -10259875 or 6124131. OLE color: 6124131.

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

Color convert

RGB 99 114 93 -
CMYK 0.13 0 0.18 0.55
HSL 102.86º 0.1% 0.41% -
HSV(B) 102.86º 0.18% 0.45% -
XYZ 13.14 15.48 12.65 -
YUV 107.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 99 114 93 0.13 0 0.18 0.55 102.86 0.1 0.41
Hex 63 72 5D D 0 12 37 67 A 29
Octal 143 162 135 15 0 22 67 147 12 51
Binary 1100011 1110010 1011101 1101 0 10010 110111 1100111 1010 101001

Color Harmonies of #63725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63725D

Black with #63725D

Text Example


Text Example

White with #63725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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