#6D7966

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

Shades of Axolotl #6D7966

Tints of Axolotl #6D7966

Color information

#6D7966 (or 0x6D7966) is unknown color: approx Axolotl. HEX triplet: 6D, 79 and 66. RGB value is (109,121,102). Sum of RGB (Red+Green+Blue) = 109+121+102=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7966 is #928699. Grayscale: #737373. Windows color (decimal): -9602714 or 6715757. OLE color: 6715757.

HSL color Cylindrical-coordinate representation of color #6D7966: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7966 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB109121102-
CMYK0.1000.160.53
HSL97.89º8.52%43.73%-
HSV(B)97.89º15.7%47.45%-
XYZ15.5417.8915.2-
YUV115.25120.52123.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=32.83%
G=36.45%
B=30.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091211020.1000.160.5397.898.5243.73
Hex6D7966A010356292c
Octal15517114612020651421154
Binary110110111110011100110101001000011010111000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,121,102); }

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

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

 a { background-color: rgb(109,121,102); }

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

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

 span { border-color: rgb(109,121,102); }

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