#6A825E

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

Shades of Axolotl #6A825E

Tints of Axolotl #6A825E

Color information

#6A825E (or 0x6A825E) is unknown color: approx Axolotl. HEX triplet: 6A, 82 and 5E. RGB value is (106,130,94). Sum of RGB (Red+Green+Blue) = 106+130+94=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #6A825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A825E is #957DA1. Grayscale: #767676. Windows color (decimal): -9797026 or 6193770. OLE color: 6193770.

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

Color convert

RGB10613094-
CMYK0.1800.280.49
HSL100º16.07%43.92%-
HSV(B)100º27.69%50.98%-
XYZ15.9519.8413.58-
YUV118.72114.05118.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=32.12%
G=39.39%
B=28.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130940.1800.280.4910016.0743.92
Hex6A825E1201C3164102c
Octal15220213622034611442054
Binary110101010000010101111010010011100110001110010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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