#6C7767

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

Shades of Axolotl #6C7767

Tints of Axolotl #6C7767

Color information

#6C7767 (or 0x6C7767) is unknown color: approx Axolotl. HEX triplet: 6C, 77 and 67. RGB value is (108,119,103). Sum of RGB (Red+Green+Blue) = 108+119+103=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7767 is #938898. Grayscale: #717171. Windows color (decimal): -9668761 or 6780780. OLE color: 6780780.

HSL color Cylindrical-coordinate representation of color #6C7767: hue angle of 101.25º 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 #6C7767 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB108119103-
CMYK0.0900.130.53
HSL101.25º7.21%43.53%-
HSV(B)101.25º13.45%46.67%-
XYZ15.2317.3615.38-
YUV113.89121.86123.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=32.73%
G=36.06%
B=31.21%

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
Decimal1081191030.0900.130.53101.257.2143.53
Hex6C776790D356572c
Octal1541671471101565145754
Binary1101100111011111001111001011011101011100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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