#6B855B

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

Shades of Axolotl #6B855B

Tints of Axolotl #6B855B

Color information

#6B855B (or 0x6B855B) is unknown color: approx Axolotl. HEX triplet: 6B, 85 and 5B. RGB value is (107,133,91). Sum of RGB (Red+Green+Blue) = 107+133+91=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855B is #947AA4. Grayscale: #787878. Windows color (decimal): -9730725 or 5997931. OLE color: 5997931.

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

Color convert

RGB10713391-
CMYK0.2000.320.48
HSL97.14º18.75%43.92%-
HSV(B)97.14º31.58%52.16%-
XYZ16.3420.6613.02-
YUV120.44111.39118.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=32.33%
G=40.18%
B=27.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133910.2000.320.4897.1418.7543.92
Hex6B855B140203061132c
Octal15320513324040601412354
Binary1101011100001011011011101000100000110000110000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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