#65745B

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

Shades of Axolotl #65745B

Tints of Axolotl #65745B

Color information

#65745B (or 0x65745B) is unknown color: approx Axolotl. HEX triplet: 65, 74 and 5B. RGB value is (101,116,91). Sum of RGB (Red+Green+Blue) = 101+116+91=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #65745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65745B is #9A8BA4. Grayscale: #6C6C6C. Windows color (decimal): -10128293 or 5993573. OLE color: 5993573.

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

Color convert

RGB10111691-
CMYK0.1300.220.55
HSL96º12.08%40.59%-
HSV(B)96º21.55%45.49%-
XYZ13.516.0112.28-
YUV108.66118.03122.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=32.79%
G=37.66%
B=29.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101116910.1300.220.559612.0840.59
Hex65745BD0163760c29
Octal14516413315026671401451
Binary110010111101001011011110101011011011111000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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