#65775E

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

Shades of Axolotl #65775E

Tints of Axolotl #65775E

Color information

#65775E (or 0x65775E) is unknown color: approx Axolotl. HEX triplet: 65, 77 and 5E. RGB value is (101,119,94). Sum of RGB (Red+Green+Blue) = 101+119+94=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #65775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65775E is #9A88A1. Grayscale: #6E6E6E. Windows color (decimal): -10127522 or 6190949. OLE color: 6190949.

HSL color Cylindrical-coordinate representation of color #65775E: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65775E is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10111994-
CMYK0.1500.210.53
HSL103.2º11.74%41.76%-
HSV(B)103.2º21.01%46.67%-
XYZ13.9816.7713.09-
YUV110.77118.54121.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=32.17%
G=37.90%
B=29.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101119940.1500.210.53103.211.7441.76
Hex65775EF0153567c2a
Octal14516713617025651471452
Binary110010111101111011110111101010111010111001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65775E; }

 p { color: rgb(101,119,94); }

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

<style>
 a { background-color: #65775E; }

 a { background-color: rgb(101,119,94); }

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

<style>
 span { border-color: #65775E; }

 span { border-color: rgb(101,119,94); }

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