#666D62

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

Shades of Axolotl #666D62

Tints of Axolotl #666D62

Color information

#666D62 (or 0x666D62) is unknown color: approx Axolotl. HEX triplet: 66, 6D and 62. RGB value is (102,109,98). Sum of RGB (Red+Green+Blue) = 102+109+98=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #666D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D62 is #99929D. Grayscale: #696969. Windows color (decimal): -10064542 or 6450534. OLE color: 6450534.

HSL color Cylindrical-coordinate representation of color #666D62: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #666D62 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB10210998-
CMYK0.0600.100.57
HSL98.18º5.31%40.59%-
HSV(B)98.18º10.09%42.75%-
XYZ13.1514.6413.69-
YUV105.65123.68125.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=33.01%
G=35.28%
B=31.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102109980.0600.100.5798.185.3140.59
Hex666D6260A3962529
Octal146155142601271142551
Binary110011011011011100010110010101110011100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666D62; }

 p { color: rgb(102,109,98); }

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

<style>
 a { background-color: #666D62; }

 a { background-color: rgb(102,109,98); }

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

<style>
 span { border-color: #666D62; }

 span { border-color: rgb(102,109,98); }

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