#66765B

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

Shades of Axolotl #66765B

Tints of Axolotl #66765B

Color information

#66765B (or 0x66765B) is unknown color: approx Axolotl. HEX triplet: 66, 76 and 5B. RGB value is (102,118,91). Sum of RGB (Red+Green+Blue) = 102+118+91=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #66765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66765B is #9989A4. Grayscale: #6E6E6E. Windows color (decimal): -10062245 or 5994086. OLE color: 5994086.

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

Color convert

RGB10211891-
CMYK0.1400.230.54
HSL95.56º12.92%40.98%-
HSV(B)95.56º22.88%46.27%-
XYZ13.8516.5412.36-
YUV110.14117.2122.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=32.80%
G=37.94%
B=29.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102118910.1400.230.5495.5612.9240.98
Hex66765BE0173660d29
Octal14616613316027661401551
Binary110011011101101011011111001011111011011000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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