#6C7369

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

Shades of Axolotl #6C7369

Tints of Axolotl #6C7369

Color information

#6C7369 (or 0x6C7369) is unknown color: approx Axolotl. HEX triplet: 6C, 73 and 69. RGB value is (108,115,105). Sum of RGB (Red+Green+Blue) = 108+115+105=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7369 is #938C96. Grayscale: #6F6F6F. Windows color (decimal): -9669783 or 6910828. OLE color: 6910828.

HSL color Cylindrical-coordinate representation of color #6C7369: hue angle of 102º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C7369 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB108115105-
CMYK0.0600.090.55
HSL102º4.55%43.14%-
HSV(B)102º8.7%45.1%-
XYZ14.8616.4715.76-
YUV111.77124.18125.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=32.93%
G=35.06%
B=32.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081151050.0600.090.551024.5543.14
Hex6C7369609376652b
Octal154163151601167146553
Binary110110011100111101001110010011101111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,115,105); }

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

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

 a { background-color: rgb(108,115,105); }

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

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

 span { border-color: rgb(108,115,105); }

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