#6A805E

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

Shades of Axolotl #6A805E

Tints of Axolotl #6A805E

Color information

#6A805E (or 0x6A805E) is unknown color: approx Axolotl. HEX triplet: 6A, 80 and 5E. RGB value is (106,128,94). Sum of RGB (Red+Green+Blue) = 106+128+94=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #6A805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A805E is #957FA1. Grayscale: #757575. Windows color (decimal): -9797538 or 6193258. OLE color: 6193258.

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

Color convert

RGB10612894-
CMYK0.1700.270.50
HSL98.82º15.32%43.53%-
HSV(B)98.82º26.56%50.2%-
XYZ15.6819.3113.49-
YUV117.55114.71119.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=32.32%
G=39.02%
B=28.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106128940.1700.270.5098.8215.3243.53
Hex6A805E1101B3263f2c
Octal15220013621033621431754
Binary11010101000000010111101000101101111001011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,128,94); }

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

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

 a { background-color: rgb(106,128,94); }

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

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

 span { border-color: rgb(106,128,94); }

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