#6D8161

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

Shades of Axolotl #6D8161

Tints of Axolotl #6D8161

Color information

#6D8161 (or 0x6D8161) is unknown color: approx Axolotl. HEX triplet: 6D, 81 and 61. RGB value is (109,129,97). Sum of RGB (Red+Green+Blue) = 109+129+97=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8161 is #927E9E. Grayscale: #777777. Windows color (decimal): -9600671 or 6390125. OLE color: 6390125.

HSL color Cylindrical-coordinate representation of color #6D8161: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8161 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB10912997-
CMYK0.1600.250.49
HSL97.5º14.16%44.31%-
HSV(B)97.5º24.81%50.59%-
XYZ16.3119.8114.27-
YUV119.37115.37120.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=32.54%
G=38.51%
B=28.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109129970.1600.250.4997.514.1644.31
Hex6D8161100193162e2c
Octal15520114120031611421654
Binary11011011000000111000011000001100111000111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,97); }

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

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

 a { background-color: rgb(109,129,97); }

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

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

 span { border-color: rgb(109,129,97); }

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