#6A865D

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

Shades of Axolotl #6A865D

Tints of Axolotl #6A865D

Color information

#6A865D (or 0x6A865D) is unknown color: approx Axolotl. HEX triplet: 6A, 86 and 5D. RGB value is (106,134,93). Sum of RGB (Red+Green+Blue) = 106+134+93=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865D is #9579A2. Grayscale: #797979. Windows color (decimal): -9796003 or 6129258. OLE color: 6129258.

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

Color convert

RGB10613493-
CMYK0.2100.310.47
HSL100.98º18.06%44.51%-
HSV(B)100.98º30.6%52.55%-
XYZ16.4420.913.52-
YUV120.95112.22117.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.83%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=31.83%
G=40.24%
B=27.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134930.2100.310.47100.9818.0644.51
Hex6A865D1501F2F65122d
Octal15220613525037571452255
Binary110101010000110101110110101011111101111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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