#66765D

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

Shades of Axolotl #66765D

Tints of Axolotl #66765D

Color information

#66765D (or 0x66765D) is unknown color: approx Axolotl. HEX triplet: 66, 76 and 5D. RGB value is (102,118,93). Sum of RGB (Red+Green+Blue) = 102+118+93=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #66765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66765D is #9989A2. Grayscale: #6E6E6E. Windows color (decimal): -10062243 or 6125158. OLE color: 6125158.

HSL color Cylindrical-coordinate representation of color #66765D: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66765D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB10211893-
CMYK0.1400.210.54
HSL98.4º11.85%41.37%-
HSV(B)98.4º21.19%46.27%-
XYZ13.9316.5712.82-
YUV110.37118.2122.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=32.59%
G=37.70%
B=29.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118930.1400.210.5498.411.8541.37
Hex66765DE0153662c29
Octal14616613516025661421451
Binary110011011101101011101111001010111011011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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