#64735B

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

Shades of Axolotl #64735B

Tints of Axolotl #64735B

Color information

#64735B (or 0x64735B) is unknown color: approx Axolotl. HEX triplet: 64, 73 and 5B. RGB value is (100,115,91). Sum of RGB (Red+Green+Blue) = 100+115+91=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #64735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64735B is #9B8CA4. Grayscale: #6B6B6B. Windows color (decimal): -10194085 or 5993316. OLE color: 5993316.

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

Color convert

RGB10011591-
CMYK0.1300.210.55
HSL97.5º11.65%40.39%-
HSV(B)97.5º20.87%45.1%-
XYZ13.2715.7312.23-
YUV107.78118.53122.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=32.68%
G=37.58%
B=29.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100115910.1300.210.5597.511.6540.39
Hex64735BD0153762c28
Octal14416313315025671421450
Binary110010011100111011011110101010111011111000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,115,91); }

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

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

 a { background-color: rgb(100,115,91); }

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

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

 span { border-color: rgb(100,115,91); }

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