#666B63

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

Shades of Axolotl #666B63

Tints of Axolotl #666B63

Color information

#666B63 (or 0x666B63) is unknown color: approx Axolotl. HEX triplet: 66, 6B and 63. RGB value is (102,107,99). Sum of RGB (Red+Green+Blue) = 102+107+99=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 107 - color contains mainly: green. Hex color #666B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B63 is #99949C. Grayscale: #686868. Windows color (decimal): -10065053 or 6515558. OLE color: 6515558.

HSL color Cylindrical-coordinate representation of color #666B63: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666B63 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10210799-
CMYK0.0500.070.58
HSL97.5º3.88%40.39%-
HSV(B)97.5º7.48%41.96%-
XYZ12.9914.2413.87-
YUV104.59124.84126.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=33.12%
G=34.74%
B=32.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107990.0500.070.5897.53.8840.39
Hex666B635073A61428
Octal14615314350772141450
Binary11001101101011110001110101111110101100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,107,99); }

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

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

 a { background-color: rgb(102,107,99); }

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

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

 span { border-color: rgb(102,107,99); }

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