#63765B

Color #63765B Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #63765B

Tints of Axolotl #63765B

Color information

#63765B (or 0x63765B) is unknown color: approx Axolotl. HEX triplet: 63, 76 and 5B. RGB value is (99,118,91). Sum of RGB (Red+Green+Blue) = 99+118+91=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #63765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63765B is #9C89A4. Grayscale: #6D6D6D. Windows color (decimal): -10258853 or 5994083. OLE color: 5994083.

HSL color Cylindrical-coordinate representation of color #63765B: hue angle of 102.22º 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 #63765B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB9911891-
CMYK0.1600.230.54
HSL102.22º12.92%40.98%-
HSV(B)102.22º22.88%46.27%-
XYZ13.5116.3612.34-
YUV109.24117.71120.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=32.14%
G=38.31%
B=29.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99118910.1600.230.54102.2212.9240.98
Hex63765B100173666d29
Octal14316613320027661461551
Binary1100011111011010110111000001011111011011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63765B;
 }
 .AnyTagClassName
 {
   color: #63765B;
 }
</style>
background-color css

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

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

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

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

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

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