Html Css Color HEX #63795A Axolotl

📋 copy color: '#63795A'

red 99 ◦ green 121 ◦ blue 90

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

Shades of Axolotl #63795A

Tints of Axolotl #63795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.03%

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

R = 31.94%
G = 39.03%
B = 29.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#63795A (or 0x63795A) is known color: Axolotl. HEX triplet: 63, 79 and 5A. RGB value is (99,121,90). Sum of RGB (Red+Green+Blue) = 99+121+90=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #63795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63795A is #9C86A5. Grayscale: #6E6E6E. Windows color (decimal): -10258086 or 5929315. OLE color: 5929315.

HSL color Cylindrical-coordinate representation of color #63795A: hue angle of 102.58º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63795A is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 121 90 -
CMYK 0.18 0 0.26 0.53
HSL 102.58º 0.15% 0.41% -
HSV(B) 102.58º 0.26% 0.47% -
XYZ 13.83 17.07 12.24 -
YUV 110.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 99 121 90 0.18 0 0.26 0.53 102.58 0.15 0.41
Hex 63 79 5A 12 0 1A 35 67 F 29
Octal 143 171 132 22 0 32 65 147 17 51
Binary 1100011 1111001 1011010 10010 0 11010 110101 1100111 1111 101001

Color Harmonies of #63795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63795A

Black with #63795A

Text Example


Text Example

White with #63795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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