#63735A

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

Shades of Axolotl #63735A

Tints of Axolotl #63735A

Color information

#63735A (or 0x63735A) is unknown color: approx Axolotl. HEX triplet: 63, 73 and 5A. RGB value is (99,115,90). Sum of RGB (Red+Green+Blue) = 99+115+90=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #63735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63735A is #9C8CA5. Grayscale: #6B6B6B. Windows color (decimal): -10259622 or 5927779. OLE color: 5927779.

HSL color Cylindrical-coordinate representation of color #63735A: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63735A is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB9911590-
CMYK0.1400.220.55
HSL98.4º12.2%40.2%-
HSV(B)98.4º21.74%45.1%-
XYZ13.1215.6512-
YUV107.37118.2122.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=32.57%
G=37.83%
B=29.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99115900.1400.220.5598.412.240.2
Hex63735AE0163762c28
Octal14316313216026671421450
Binary110001111100111011010111001011011011111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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