Html Css Color HEX #63755A Axolotl

📋 copy color: '#63755A'

red 99 ◦ green 117 ◦ blue 90

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

Shades of Axolotl #63755A

Tints of Axolotl #63755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 32.35%
G = 38.24%
B = 29.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#63755A (or 0x63755A) is known color: Axolotl. HEX triplet: 63, 75 and 5A. RGB value is (99,117,90). Sum of RGB (Red+Green+Blue) = 99+117+90=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #63755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755A is #9C8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10259110 or 5928291. OLE color: 5928291.

HSL color Cylindrical-coordinate representation of color #63755A: hue angle of 100º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63755A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 117 90 -
CMYK 0.15 0 0.23 0.54
HSL 100º 0.13% 0.41% -
HSV(B) 100º 0.23% 0.46% -
XYZ 13.35 16.11 12.08 -
YUV 108.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 99 117 90 0.15 0 0.23 0.54 100 0.13 0.41
Hex 63 75 5A F 0 17 36 64 D 29
Octal 143 165 132 17 0 27 66 144 15 51
Binary 1100011 1110101 1011010 1111 0 10111 110110 1100100 1101 101001

Color Harmonies of #63755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63755A

Black with #63755A

Text Example


Text Example

White with #63755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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