#65715F

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

Shades of Axolotl #65715F

Tints of Axolotl #65715F

Color information

#65715F (or 0x65715F) is unknown color: approx Axolotl. HEX triplet: 65, 71 and 5F. RGB value is (101,113,95). Sum of RGB (Red+Green+Blue) = 101+113+95=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #65715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65715F is #9A8EA0. Grayscale: #6B6B6B. Windows color (decimal): -10129057 or 6254949. OLE color: 6254949.

HSL color Cylindrical-coordinate representation of color #65715F: hue angle of 100º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #65715F is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB10111395-
CMYK0.1100.160.56
HSL100º8.65%40.78%-
HSV(B)100º15.93%44.31%-
XYZ13.3415.413.1-
YUV107.36121.02123.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=32.69%
G=36.57%
B=30.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113950.1100.160.561008.6540.78
Hex65715FB0103864929
Octal14516113713020701441151
Binary110010111100011011111101101000011100011001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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