#60665C

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

Shades of Axolotl #60665C

Tints of Axolotl #60665C

Color information

#60665C (or 0x60665C) is unknown color: approx Axolotl. HEX triplet: 60, 66 and 5C. RGB value is (96,102,92). Sum of RGB (Red+Green+Blue) = 96+102+92=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 102 - color contains mainly: green. Hex color #60665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60665C is #9F99A3. Grayscale: #636363. Windows color (decimal): -10459556 or 6055520. OLE color: 6055520.

HSL color Cylindrical-coordinate representation of color #60665C: hue angle of 96º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60665C is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB9610292-
CMYK0.0600.100.6
HSL96º5.15%38.04%-
HSV(B)96º9.8%40%-
XYZ11.5112.7611.98-
YUV99.07124.01125.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=33.10%
G=35.17%
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.6
SystemRedGreenBlueCMYKHSL
Decimal96102920.0600.100.6965.1538.04
Hex60665C60A3C60526
Octal140146134601274140546
Binary110000011001101011100110010101111001100000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60665C; }

 p { color: rgb(96,102,92); }

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

<style>
 a { background-color: #60665C; }

 a { background-color: rgb(96,102,92); }

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

<style>
 span { border-color: #60665C; }

 span { border-color: rgb(96,102,92); }

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