#6C706A

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

Shades of Axolotl #6C706A

Tints of Axolotl #6C706A

Color information

#6C706A (or 0x6C706A) is unknown color: approx Axolotl. HEX triplet: 6C, 70 and 6A. RGB value is (108,112,106). Sum of RGB (Red+Green+Blue) = 108+112+106=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 112 - color contains mainly: green. Hex color #6C706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C706A is #938F95. Grayscale: #6E6E6E. Windows color (decimal): -9670550 or 6975596. OLE color: 6975596.

HSL color Cylindrical-coordinate representation of color #6C706A: hue angle of 100º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C706A is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB108112106-
CMYK0.0400.050.56
HSL100º2.75%42.75%-
HSV(B)100º5.36%43.92%-
XYZ14.5815.8215.92-
YUV110.12125.67126.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=33.13%
G=34.36%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1081121060.0400.050.561002.7542.75
Hex6C706A405386432b
Octal15416015240570144353
Binary1101100111000011010101000101111000110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,106); }

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

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

 a { background-color: rgb(108,112,106); }

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

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

 span { border-color: rgb(108,112,106); }

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