#647A53

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

Shades of Axolotl #647A53

Tints of Axolotl #647A53

Color information

#647A53 (or 0x647A53) is unknown color: approx Axolotl. HEX triplet: 64, 7A and 53. RGB value is (100,122,83). Sum of RGB (Red+Green+Blue) = 100+122+83=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #647A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A53 is #9B85AC. Grayscale: #6F6F6F. Windows color (decimal): -10192301 or 5470820. OLE color: 5470820.

HSL color Cylindrical-coordinate representation of color #647A53: hue angle of 93.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647A53 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB10012283-
CMYK0.1800.320.52
HSL93.85º19.02%40.2%-
HSV(B)93.85º31.97%47.84%-
XYZ13.7817.2510.79-
YUV110.98112.21120.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=32.79%
G=40%
B=27.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100122830.1800.320.5293.8519.0240.2
Hex647A5312020345e1328
Octal14417212322040641362350
Binary110010011110101010011100100100000110100101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647A53; }

 p { color: rgb(100,122,83); }

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

<style>
 a { background-color: #647A53; }

 a { background-color: rgb(100,122,83); }

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

<style>
 span { border-color: #647A53; }

 span { border-color: rgb(100,122,83); }

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