Html Css Color HEX #63765A Axolotl

📋 copy color: '#63765A'

red 99 ◦ green 118 ◦ blue 90

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

Shades of Axolotl #63765A

Tints of Axolotl #63765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 32.25%
G = 38.44%
B = 29.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#63765A (or 0x63765A) is known color: Axolotl. HEX triplet: 63, 76 and 5A. RGB value is (99,118,90). Sum of RGB (Red+Green+Blue) = 99+118+90=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #63765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63765A is #9C89A5. Grayscale: #6D6D6D. Windows color (decimal): -10258854 or 5928547. OLE color: 5928547.

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

Color convert

RGB 99 118 90 -
CMYK 0.16 0 0.24 0.54
HSL 100.71º 0.13% 0.41% -
HSV(B) 100.71º 0.24% 0.46% -
XYZ 13.47 16.35 12.12 -
YUV 109.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 99 118 90 0.16 0 0.24 0.54 100.71 0.13 0.41
Hex 63 76 5A 10 0 18 36 65 D 29
Octal 143 166 132 20 0 30 66 145 15 51
Binary 1100011 1110110 1011010 10000 0 11000 110110 1100101 1101 101001

Color Harmonies of #63765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63765A

Black with #63765A

Text Example


Text Example

White with #63765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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