#6B855D

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

Shades of Axolotl #6B855D

Tints of Axolotl #6B855D

Color information

#6B855D (or 0x6B855D) is unknown color: approx Axolotl. HEX triplet: 6B, 85 and 5D. RGB value is (107,133,93). Sum of RGB (Red+Green+Blue) = 107+133+93=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855D is #947AA2. Grayscale: #787878. Windows color (decimal): -9730723 or 6129003. OLE color: 6129003.

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

Color convert

RGB10713393-
CMYK0.2000.300.48
HSL99º17.7%44.31%-
HSV(B)99º30.08%52.16%-
XYZ16.4320.6913.48-
YUV120.67112.39118.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=32.13%
G=39.94%
B=27.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133930.2000.300.489917.744.31
Hex6B855D1401E3063122c
Octal15320513524036601432254
Binary110101110000101101110110100011110110000110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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