#65755F

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

Shades of Axolotl #65755F

Tints of Axolotl #65755F

Color information

#65755F (or 0x65755F) is unknown color: approx Axolotl. HEX triplet: 65, 75 and 5F. RGB value is (101,117,95). Sum of RGB (Red+Green+Blue) = 101+117+95=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #65755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65755F is #9A8AA0. Grayscale: #6D6D6D. Windows color (decimal): -10128033 or 6255973. OLE color: 6255973.

HSL color Cylindrical-coordinate representation of color #65755F: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65755F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB10111795-
CMYK0.1400.190.54
HSL103.64º10.38%41.57%-
HSV(B)103.64º18.8%45.88%-
XYZ13.7916.3213.25-
YUV109.71119.7121.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=32.27%
G=37.38%
B=30.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101117950.1400.190.54103.6410.3841.57
Hex65755FE0133668a2a
Octal14516513716023661501252
Binary110010111101011011111111001001111011011010001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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