#6D8360

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

Shades of Axolotl #6D8360

Tints of Axolotl #6D8360

Color information

#6D8360 (or 0x6D8360) is unknown color: approx Axolotl. HEX triplet: 6D, 83 and 60. RGB value is (109,131,96). Sum of RGB (Red+Green+Blue) = 109+131+96=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8360 is #927C9F. Grayscale: #787878. Windows color (decimal): -9600160 or 6325101. OLE color: 6325101.

HSL color Cylindrical-coordinate representation of color #6D8360: hue angle of 97.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D8360 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB10913196-
CMYK0.1700.270.49
HSL97.71º15.42%44.51%-
HSV(B)97.71º26.72%51.37%-
XYZ16.5320.3314.12-
YUV120.43114.21119.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=32.44%
G=38.99%
B=28.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109131960.1700.270.4997.7115.4244.51
Hex6D83601101B3162f2d
Octal15520314021033611421755
Binary11011011000001111000001000101101111000111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,131,96); }

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

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

 a { background-color: rgb(109,131,96); }

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

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

 span { border-color: rgb(109,131,96); }

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