#6B865D

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

Shades of Axolotl #6B865D

Tints of Axolotl #6B865D

Color information

#6B865D (or 0x6B865D) is unknown color: approx Axolotl. HEX triplet: 6B, 86 and 5D. RGB value is (107,134,93). Sum of RGB (Red+Green+Blue) = 107+134+93=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #6B865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B865D is #9479A2. Grayscale: #797979. Windows color (decimal): -9730467 or 6129259. OLE color: 6129259.

HSL color Cylindrical-coordinate representation of color #6B865D: hue angle of 99.51º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B865D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB10713493-
CMYK0.2000.310.47
HSL99.51º18.06%44.51%-
HSV(B)99.51º30.6%52.55%-
XYZ16.5620.9713.53-
YUV121.25112.05117.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=32.04%
G=40.12%
B=27.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134930.2000.310.4799.5118.0644.51
Hex6B865D1401F2F64122d
Octal15320613524037571442255
Binary110101110000110101110110100011111101111110010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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