Html Css Color HEX #63745A Axolotl

📋 copy color: '#63745A'

red 99 ◦ green 116 ◦ blue 90

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

Shades of Axolotl #63745A

Tints of Axolotl #63745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 32.46%
G = 38.03%
B = 29.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#63745A (or 0x63745A) is known color: Axolotl. HEX triplet: 63, 74 and 5A. RGB value is (99,116,90). Sum of RGB (Red+Green+Blue) = 99+116+90=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #63745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63745A is #9C8BA5. Grayscale: #6C6C6C. Windows color (decimal): -10259366 or 5928035. OLE color: 5928035.

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

Color convert

RGB 99 116 90 -
CMYK 0.15 0 0.22 0.55
HSL 99.23º 0.13% 0.4% -
HSV(B) 99.23º 0.22% 0.45% -
XYZ 13.24 15.88 12.04 -
YUV 107.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 99 116 90 0.15 0 0.22 0.55 99.23 0.13 0.4
Hex 63 74 5A F 0 16 37 63 D 28
Octal 143 164 132 17 0 26 67 143 15 50
Binary 1100011 1110100 1011010 1111 0 10110 110111 1100011 1101 101000

Color Harmonies of #63745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63745A

Black with #63745A

Text Example


Text Example

White with #63745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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