#66765E

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

Shades of Axolotl #66765E

Tints of Axolotl #66765E

Color information

#66765E (or 0x66765E) is unknown color: approx Axolotl. HEX triplet: 66, 76 and 5E. RGB value is (102,118,94). Sum of RGB (Red+Green+Blue) = 102+118+94=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #66765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66765E is #9989A1. Grayscale: #6E6E6E. Windows color (decimal): -10062242 or 6190694. OLE color: 6190694.

HSL color Cylindrical-coordinate representation of color #66765E: hue angle of 100º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66765E is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB10211894-
CMYK0.1400.200.54
HSL100º11.32%41.57%-
HSV(B)100º20.34%46.27%-
XYZ13.9816.5913.06-
YUV110.48118.7121.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=32.48%
G=37.58%
B=29.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118940.1400.200.5410011.3241.57
Hex66765EE0143664b2a
Octal14616613616024661441352
Binary110011011101101011110111001010011011011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66765E; }

 p { color: rgb(102,118,94); }

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

<style>
 a { background-color: #66765E; }

 a { background-color: rgb(102,118,94); }

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

<style>
 span { border-color: #66765E; }

 span { border-color: rgb(102,118,94); }

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