Html Css Color HEX #64745A Axolotl

📋 copy color: '#64745A'

red 100 ◦ green 116 ◦ blue 90

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

Shades of Axolotl #64745A

Tints of Axolotl #64745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 32.68%
G = 37.91%
B = 29.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#64745A (or 0x64745A) is known color: Axolotl. HEX triplet: 64, 74 and 5A. RGB value is (100,116,90). Sum of RGB (Red+Green+Blue) = 100+116+90=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #64745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745A is #9B8BA5. Grayscale: #6C6C6C. Windows color (decimal): -10193830 or 5928036. OLE color: 5928036.

HSL color Cylindrical-coordinate representation of color #64745A: hue angle of 96.92º degrees, saturation: 0.13, 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 #64745A is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 90 -
CMYK 0.14 0 0.22 0.55
HSL 96.92º 0.13% 0.4% -
HSV(B) 96.92º 0.22% 0.45% -
XYZ 13.35 15.94 12.05 -
YUV 108.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 100 116 90 0.14 0 0.22 0.55 96.92 0.13 0.4
Hex 64 74 5A E 0 16 37 61 D 28
Octal 144 164 132 16 0 26 67 141 15 50
Binary 1100100 1110100 1011010 1110 0 10110 110111 1100001 1101 101000

Color Harmonies of #64745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64745A

Black with #64745A

Text Example


Text Example

White with #64745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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