#6B8161

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

Shades of Axolotl #6B8161

Tints of Axolotl #6B8161

Color information

#6B8161 (or 0x6B8161) is unknown color: approx Axolotl. HEX triplet: 6B, 81 and 61. RGB value is (107,129,97). Sum of RGB (Red+Green+Blue) = 107+129+97=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8161 is #947E9E. Grayscale: #767676. Windows color (decimal): -9731743 or 6390123. OLE color: 6390123.

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

Color convert

RGB10712997-
CMYK0.1700.250.49
HSL101.25º14.16%44.31%-
HSV(B)101.25º24.81%50.59%-
XYZ16.0719.6914.26-
YUV118.77115.71119.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=32.13%
G=38.74%
B=29.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107129970.1700.250.49101.2514.1644.31
Hex6B8161110193165e2c
Octal15320114121031611451654
Binary11010111000000111000011000101100111000111001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,129,97); }

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

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

 a { background-color: rgb(107,129,97); }

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

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

 span { border-color: rgb(107,129,97); }

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