#66755F

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

Shades of Axolotl #66755F

Tints of Axolotl #66755F

Color information

#66755F (or 0x66755F) is unknown color: approx Axolotl. HEX triplet: 66, 75 and 5F. RGB value is (102,117,95). Sum of RGB (Red+Green+Blue) = 102+117+95=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #66755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66755F is #998AA0. Grayscale: #6E6E6E. Windows color (decimal): -10062497 or 6255974. OLE color: 6255974.

HSL color Cylindrical-coordinate representation of color #66755F: hue angle of 100.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66755F is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB10211795-
CMYK0.1300.190.54
HSL100.91º10.38%41.57%-
HSV(B)100.91º18.8%45.88%-
XYZ13.9116.3713.25-
YUV110.01119.53122.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=32.48%
G=37.26%
B=30.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102117950.1300.190.54100.9110.3841.57
Hex66755FD0133665a2a
Octal14616513715023661451252
Binary110011011101011011111110101001111011011001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66755F; }

 p { color: rgb(102,117,95); }

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

<style>
 a { background-color: #66755F; }

 a { background-color: rgb(102,117,95); }

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

<style>
 span { border-color: #66755F; }

 span { border-color: rgb(102,117,95); }

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