#65795D

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

Shades of Axolotl #65795D

Tints of Axolotl #65795D

Color information

#65795D (or 0x65795D) is unknown color: approx Axolotl. HEX triplet: 65, 79 and 5D. RGB value is (101,121,93). Sum of RGB (Red+Green+Blue) = 101+121+93=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #65795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65795D is #9A86A2. Grayscale: #6F6F6F. Windows color (decimal): -10127011 or 6125925. OLE color: 6125925.

HSL color Cylindrical-coordinate representation of color #65795D: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65795D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB10112193-
CMYK0.1700.230.53
HSL102.86º13.08%41.96%-
HSV(B)102.86º23.14%47.45%-
XYZ14.1817.2312.93-
YUV111.83117.37120.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=32.06%
G=38.41%
B=29.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101121930.1700.230.53102.8613.0841.96
Hex65795D110173567d2a
Octal14517113521027651471552
Binary1100101111100110111011000101011111010111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65795D; }

 p { color: rgb(101,121,93); }

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

<style>
 a { background-color: #65795D; }

 a { background-color: rgb(101,121,93); }

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

<style>
 span { border-color: #65795D; }

 span { border-color: rgb(101,121,93); }

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