#65775B

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

Shades of Axolotl #65775B

Tints of Axolotl #65775B

Color information

#65775B (or 0x65775B) is unknown color: approx Axolotl. HEX triplet: 65, 77 and 5B. RGB value is (101,119,91). Sum of RGB (Red+Green+Blue) = 101+119+91=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #65775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65775B is #9A88A4. Grayscale: #6E6E6E. Windows color (decimal): -10127525 or 5994341. OLE color: 5994341.

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

Color convert

RGB10111991-
CMYK0.1500.240.53
HSL98.57º13.33%41.18%-
HSV(B)98.57º23.53%46.67%-
XYZ13.8516.7212.39-
YUV110.43117.04121.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=32.48%
G=38.26%
B=29.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101119910.1500.240.5398.5713.3341.18
Hex65775BF0183563d29
Octal14516713317030651431551
Binary110010111101111011011111101100011010111000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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