#65735C

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

Shades of Axolotl #65735C

Tints of Axolotl #65735C

Color information

#65735C (or 0x65735C) is unknown color: approx Axolotl. HEX triplet: 65, 73 and 5C. RGB value is (101,115,92). Sum of RGB (Red+Green+Blue) = 101+115+92=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #65735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65735C is #9A8CA3. Grayscale: #6C6C6C. Windows color (decimal): -10128548 or 6058853. OLE color: 6058853.

HSL color Cylindrical-coordinate representation of color #65735C: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65735C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB10111592-
CMYK0.1200.200.55
HSL96.52º11.11%40.59%-
HSV(B)96.52º20%45.1%-
XYZ13.4315.812.47-
YUV108.19118.86122.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=32.79%
G=37.34%
B=29.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101115920.1200.200.5596.5211.1140.59
Hex65735CC0143761b29
Octal14516313414024671411351
Binary110010111100111011100110001010011011111000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65735C; }

 p { color: rgb(101,115,92); }

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

<style>
 a { background-color: #65735C; }

 a { background-color: rgb(101,115,92); }

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

<style>
 span { border-color: #65735C; }

 span { border-color: rgb(101,115,92); }

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