Html Css Color HEX #64735A Axolotl

📋 copy color: '#64735A'

red 100 ◦ green 115 ◦ blue 90

#64735A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #64735A

Tints of Axolotl #64735A

RGB

 RED value IS 100 (39.45% from 255) = 32.79%

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 32.79%
G = 37.7%
B = 29.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#64735A (or 0x64735A) is known color: Axolotl. HEX triplet: 64, 73 and 5A. RGB value is (100,115,90). Sum of RGB (Red+Green+Blue) = 100+115+90=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #64735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64735A is #9B8CA5. Grayscale: #6B6B6B. Windows color (decimal): -10194086 or 5927780. OLE color: 5927780.

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

Color convert

RGB 100 115 90 -
CMYK 0.13 0 0.22 0.55
HSL 96º 0.12% 0.4% -
HSV(B) 96º 0.22% 0.45% -
XYZ 13.23 15.71 12.01 -
YUV 107.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 100 115 90 0.13 0 0.22 0.55 96 0.12 0.4
Hex 64 73 5A D 0 16 37 60 C 28
Octal 144 163 132 15 0 26 67 140 14 50
Binary 1100100 1110011 1011010 1101 0 10110 110111 1100000 1100 101000

Color Harmonies of #64735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64735A

Black with #64735A

Text Example


Text Example

White with #64735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64735A;
 }
 .AnyTagClassName
 {
   color: #64735A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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