#6A865F

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

Shades of Axolotl #6A865F

Tints of Axolotl #6A865F

Color information

#6A865F (or 0x6A865F) is unknown color: approx Axolotl. HEX triplet: 6A, 86 and 5F. RGB value is (106,134,95). Sum of RGB (Red+Green+Blue) = 106+134+95=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865F is #9579A0. Grayscale: #797979. Windows color (decimal): -9796001 or 6260330. OLE color: 6260330.

HSL color Cylindrical-coordinate representation of color #6A865F: hue angle of 103.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A865F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB10613495-
CMYK0.2100.290.47
HSL103.08º17.03%44.9%-
HSV(B)103.08º29.1%52.55%-
XYZ16.5320.9414-
YUV121.18113.22117.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=31.64%
G=40%
B=28.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134950.2100.290.47103.0817.0344.9
Hex6A865F1501D2F67112d
Octal15220613725035571472155
Binary110101010000110101111110101011101101111110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,95); }

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

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

 a { background-color: rgb(106,134,95); }

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

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

 span { border-color: rgb(106,134,95); }

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