#6A7464

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

Shades of Axolotl #6A7464

Tints of Axolotl #6A7464

Color information

#6A7464 (or 0x6A7464) is unknown color: approx Axolotl. HEX triplet: 6A, 74 and 64. RGB value is (106,116,100). Sum of RGB (Red+Green+Blue) = 106+116+100=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7464 is #958B9B. Grayscale: #6F6F6F. Windows color (decimal): -9800604 or 6583402. OLE color: 6583402.

HSL color Cylindrical-coordinate representation of color #6A7464: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7464 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB106116100-
CMYK0.0900.140.55
HSL97.5º7.41%42.35%-
HSV(B)97.5º13.79%45.49%-
XYZ14.4916.4814.47-
YUV111.19121.69124.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=32.92%
G=36.02%
B=31.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061161000.0900.140.5597.57.4142.35
Hex6A746490E376172a
Octal1521641441101667141752
Binary1101010111010011001001001011101101111100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7464; }

 p { color: rgb(106,116,100); }

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

<style>
 a { background-color: #6A7464; }

 a { background-color: rgb(106,116,100); }

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

<style>
 span { border-color: #6A7464; }

 span { border-color: rgb(106,116,100); }

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