#6A815B

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

Shades of Axolotl #6A815B

Tints of Axolotl #6A815B

Color information

#6A815B (or 0x6A815B) is unknown color: approx Axolotl. HEX triplet: 6A, 81 and 5B. RGB value is (106,129,91). Sum of RGB (Red+Green+Blue) = 106+129+91=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #6A815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A815B is #957EA4. Grayscale: #757575. Windows color (decimal): -9797285 or 5996906. OLE color: 5996906.

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

Color convert

RGB10612991-
CMYK0.1800.290.49
HSL96.32º17.27%43.14%-
HSV(B)96.32º29.46%50.59%-
XYZ15.6819.5212.84-
YUV117.79112.88119.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=32.52%
G=39.57%
B=27.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106129910.1800.290.4996.3217.2743.14
Hex6A815B1201D3160112b
Octal15220113322035611402153
Binary110101010000001101101110010011101110001110000010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,129,91); }

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

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

 a { background-color: rgb(106,129,91); }

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

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

 span { border-color: rgb(106,129,91); }

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