#646E5F

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

Shades of Axolotl #646E5F

Tints of Axolotl #646E5F

Color information

#646E5F (or 0x646E5F) is unknown color: approx Axolotl. HEX triplet: 64, 6E and 5F. RGB value is (100,110,95). Sum of RGB (Red+Green+Blue) = 100+110+95=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 110 - color contains mainly: green. Hex color #646E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E5F is #9B91A0. Grayscale: #696969. Windows color (decimal): -10195361 or 6254180. OLE color: 6254180.

HSL color Cylindrical-coordinate representation of color #646E5F: hue angle of 100º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646E5F is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB10011095-
CMYK0.0900.140.57
HSL100º7.32%40.2%-
HSV(B)100º13.64%43.14%-
XYZ12.914.6912.98-
YUV105.3122.19124.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=32.79%
G=36.07%
B=31.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100110950.0900.140.571007.3240.2
Hex646E5F90E3964728
Octal1441561371101671144750
Binary1100100110111010111111001011101110011100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E5F; }

 p { color: rgb(100,110,95); }

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

<style>
 a { background-color: #646E5F; }

 a { background-color: rgb(100,110,95); }

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

<style>
 span { border-color: #646E5F; }

 span { border-color: rgb(100,110,95); }

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