#6A7365

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

Shades of Axolotl #6A7365

Tints of Axolotl #6A7365

Color information

#6A7365 (or 0x6A7365) is unknown color: approx Axolotl. HEX triplet: 6A, 73 and 65. RGB value is (106,115,101). Sum of RGB (Red+Green+Blue) = 106+115+101=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7365 is #958C9A. Grayscale: #6E6E6E. Windows color (decimal): -9800859 or 6648682. OLE color: 6648682.

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

Color convert

RGB106115101-
CMYK0.0800.120.55
HSL98.57º6.48%42.35%-
HSV(B)98.57º12.17%45.1%-
XYZ14.4216.2714.69-
YUV110.71122.52124.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=32.92%
G=35.71%
B=31.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061151010.0800.120.5598.576.4842.35
Hex6A736580C376362a
Octal1521631451001467143652
Binary1101010111001111001011000011001101111100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,101); }

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

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

 a { background-color: rgb(106,115,101); }

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

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

 span { border-color: rgb(106,115,101); }

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