#65745F

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

Shades of Axolotl #65745F

Tints of Axolotl #65745F

Color information

#65745F (or 0x65745F) is unknown color: approx Axolotl. HEX triplet: 65, 74 and 5F. RGB value is (101,116,95). Sum of RGB (Red+Green+Blue) = 101+116+95=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #65745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65745F is #9A8BA0. Grayscale: #6D6D6D. Windows color (decimal): -10128289 or 6255717. OLE color: 6255717.

HSL color Cylindrical-coordinate representation of color #65745F: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65745F is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB10111695-
CMYK0.1300.180.55
HSL102.86º9.95%41.37%-
HSV(B)102.86º18.1%45.49%-
XYZ13.6816.0813.21-
YUV109.12120.03122.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 116 (45.70% from 255) = 37.18%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=32.37%
G=37.18%
B=30.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101116950.1300.180.55102.869.9541.37
Hex65745FD0123767a29
Octal14516413715022671471251
Binary110010111101001011111110101001011011111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,116,95); }

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

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

 a { background-color: rgb(101,116,95); }

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

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

 span { border-color: rgb(101,116,95); }

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