Html Css Color HEX #64715B Axolotl

📋 copy color: '#64715B'

red 100 ◦ green 113 ◦ blue 91

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

Shades of Axolotl #64715B

Tints of Axolotl #64715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

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

R = 32.89%
G = 37.17%
B = 29.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#64715B (or 0x64715B) is known color: Axolotl. HEX triplet: 64, 71 and 5B. RGB value is (100,113,91). Sum of RGB (Red+Green+Blue) = 100+113+91=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #64715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715B is #9B8EA4. Grayscale: #6A6A6A. Windows color (decimal): -10194597 or 5992804. OLE color: 5992804.

HSL color Cylindrical-coordinate representation of color #64715B: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64715B is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 91 -
CMYK 0.12 0 0.19 0.56
HSL 95.45º 0.11% 0.4% -
HSV(B) 95.45º 0.19% 0.44% -
XYZ 13.05 15.27 12.16 -
YUV 106.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 100 113 91 0.12 0 0.19 0.56 95.45 0.11 0.4
Hex 64 71 5B C 0 13 38 5F B 28
Octal 144 161 133 14 0 23 70 137 13 50
Binary 1100100 1110001 1011011 1100 0 10011 111000 1011111 1011 101000

Color Harmonies of #64715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64715B

Black with #64715B

Text Example


Text Example

White with #64715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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