#66805E

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

Shades of Axolotl #66805E

Tints of Axolotl #66805E

Color information

#66805E (or 0x66805E) is unknown color: approx Axolotl. HEX triplet: 66, 80 and 5E. RGB value is (102,128,94). Sum of RGB (Red+Green+Blue) = 102+128+94=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #66805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66805E is #997FA1. Grayscale: #747474. Windows color (decimal): -10059682 or 6193254. OLE color: 6193254.

HSL color Cylindrical-coordinate representation of color #66805E: hue angle of 105.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66805E is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB10212894-
CMYK0.2000.270.50
HSL105.88º15.32%43.53%-
HSV(B)105.88º26.56%50.2%-
XYZ15.2219.0713.47-
YUV116.35115.39117.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=31.48%
G=39.51%
B=29.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128940.2000.270.50105.8815.3243.53
Hex66805E1401B326af2c
Octal14620013624033621521754
Binary11001101000000010111101010001101111001011010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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