Html Css Color HEX #64715E Axolotl

📋 copy color: '#64715E'

red 100 ◦ green 113 ◦ blue 94

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

Shades of Axolotl #64715E

Tints of Axolotl #64715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 32.57%
G = 36.81%
B = 30.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#64715E (or 0x64715E) is known color: Axolotl. HEX triplet: 64, 71 and 5E. RGB value is (100,113,94). Sum of RGB (Red+Green+Blue) = 100+113+94=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #64715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715E is #9B8EA1. Grayscale: #6B6B6B. Windows color (decimal): -10194594 or 6189412. OLE color: 6189412.

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

Color convert

RGB 100 113 94 -
CMYK 0.12 0 0.17 0.56
HSL 101.05º 0.09% 0.41% -
HSV(B) 101.05º 0.17% 0.44% -
XYZ 13.18 15.33 12.85 -
YUV 106.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 100 113 94 0.12 0 0.17 0.56 101.05 0.09 0.41
Hex 64 71 5E C 0 11 38 65 9 29
Octal 144 161 136 14 0 21 70 145 11 51
Binary 1100100 1110001 1011110 1100 0 10001 111000 1100101 1001 101001

Color Harmonies of #64715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64715E

Black with #64715E

Text Example


Text Example

White with #64715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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