Html Css Color HEX #63785A Axolotl

📋 copy color: '#63785A'

red 99 ◦ green 120 ◦ blue 90

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

Shades of Axolotl #63785A

Tints of Axolotl #63785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 32.04%
G = 38.83%
B = 29.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#63785A (or 0x63785A) is known color: Axolotl. HEX triplet: 63, 78 and 5A. RGB value is (99,120,90). Sum of RGB (Red+Green+Blue) = 99+120+90=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #63785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63785A is #9C87A5. Grayscale: #6E6E6E. Windows color (decimal): -10258342 or 5929059. OLE color: 5929059.

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

Color convert

RGB 99 120 90 -
CMYK 0.17 0 0.25 0.53
HSL 102º 0.14% 0.41% -
HSV(B) 102º 0.25% 0.47% -
XYZ 13.71 16.82 12.2 -
YUV 110.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 99 120 90 0.17 0 0.25 0.53 102 0.14 0.41
Hex 63 78 5A 11 0 19 35 66 E 29
Octal 143 170 132 21 0 31 65 146 16 51
Binary 1100011 1111000 1011010 10001 0 11001 110101 1100110 1110 101001

Color Harmonies of #63785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63785A

Black with #63785A

Text Example


Text Example

White with #63785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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