Html Css Color HEX #64745B Axolotl

📋 copy color: '#64745B'

red 100 ◦ green 116 ◦ blue 91

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

Shades of Axolotl #64745B

Tints of Axolotl #64745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 32.57%
G = 37.79%
B = 29.64%

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

#64745B (or 0x64745B) is known color: Axolotl. HEX triplet: 64, 74 and 5B. RGB value is (100,116,91). Sum of RGB (Red+Green+Blue) = 100+116+91=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #64745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745B is #9B8BA4. Grayscale: #6C6C6C. Windows color (decimal): -10193829 or 5993572. OLE color: 5993572.

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

Color convert

RGB 100 116 91 -
CMYK 0.14 0 0.22 0.55
HSL 98.4º 0.12% 0.41% -
HSV(B) 98.4º 0.22% 0.45% -
XYZ 13.39 15.96 12.27 -
YUV 108.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 100 116 91 0.14 0 0.22 0.55 98.4 0.12 0.41
Hex 64 74 5B E 0 16 37 62 C 29
Octal 144 164 133 16 0 26 67 142 14 51
Binary 1100100 1110100 1011011 1110 0 10110 110111 1100010 1100 101001

Color Harmonies of #64745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64745B

Black with #64745B

Text Example


Text Example

White with #64745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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