#6B855E

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

Shades of Axolotl #6B855E

Tints of Axolotl #6B855E

Color information

#6B855E (or 0x6B855E) is unknown color: approx Axolotl. HEX triplet: 6B, 85 and 5E. RGB value is (107,133,94). Sum of RGB (Red+Green+Blue) = 107+133+94=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855E is #947AA1. Grayscale: #787878. Windows color (decimal): -9730722 or 6194539. OLE color: 6194539.

HSL color Cylindrical-coordinate representation of color #6B855E: hue angle of 100º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B855E is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10713394-
CMYK0.2000.290.48
HSL100º17.18%44.51%-
HSV(B)100º29.32%52.16%-
XYZ16.4720.7113.72-
YUV120.78112.89118.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=32.04%
G=39.82%
B=28.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133940.2000.290.4810017.1844.51
Hex6B855E1401D3064112d
Octal15320513624035601442155
Binary110101110000101101111010100011101110000110010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,94); }

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

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

 a { background-color: rgb(107,133,94); }

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

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

 span { border-color: rgb(107,133,94); }

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