#6B7766

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

Shades of Axolotl #6B7766

Tints of Axolotl #6B7766

Color information

#6B7766 (or 0x6B7766) is unknown color: approx Axolotl. HEX triplet: 6B, 77 and 66. RGB value is (107,119,102). Sum of RGB (Red+Green+Blue) = 107+119+102=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7766 is #948899. Grayscale: #717171. Windows color (decimal): -9734298 or 6715243. OLE color: 6715243.

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

Color convert

RGB107119102-
CMYK0.1000.140.53
HSL102.35º7.69%43.33%-
HSV(B)102.35º14.29%46.67%-
XYZ15.0617.2815.11-
YUV113.47121.52123.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.62%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=32.62%
G=36.28%
B=31.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071191020.1000.140.53102.357.6943.33
Hex6B7766A0E356682b
Octal15316714612016651461053
Binary11010111110111110011010100111011010111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,102); }

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

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

 a { background-color: rgb(107,119,102); }

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

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

 span { border-color: rgb(107,119,102); }

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