#6C7768

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

Shades of Axolotl #6C7768

Tints of Axolotl #6C7768

Color information

#6C7768 (or 0x6C7768) is unknown color: approx Axolotl. HEX triplet: 6C, 77 and 68. RGB value is (108,119,104). Sum of RGB (Red+Green+Blue) = 108+119+104=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7768 is #938897. Grayscale: #727272. Windows color (decimal): -9668760 or 6846316. OLE color: 6846316.

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

Color convert

RGB108119104-
CMYK0.0900.130.53
HSL104º6.73%43.73%-
HSV(B)104º12.61%46.67%-
XYZ15.2817.3815.65-
YUV114122.36123.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.63%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=32.63%
G=35.95%
B=31.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081191040.0900.130.531046.7343.73
Hex6C776890D356872c
Octal1541671501101565150754
Binary1101100111011111010001001011011101011101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,104); }

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

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

 a { background-color: rgb(108,119,104); }

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

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

 span { border-color: rgb(108,119,104); }

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