Html Css Color HEX #64715C Axolotl

📋 copy color: '#64715C'

red 100 ◦ green 113 ◦ blue 92

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

Shades of Axolotl #64715C

Tints of Axolotl #64715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 32.79%
G = 37.05%
B = 30.16%

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

#64715C (or 0x64715C) is known color: Axolotl. HEX triplet: 64, 71 and 5C. RGB value is (100,113,92). Sum of RGB (Red+Green+Blue) = 100+113+92=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #64715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64715C is #9B8EA3. Grayscale: #6A6A6A. Windows color (decimal): -10194596 or 6058340. OLE color: 6058340.

HSL color Cylindrical-coordinate representation of color #64715C: hue angle of 97.14º degrees, saturation: 0.1, 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 #64715C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 92 -
CMYK 0.12 0 0.19 0.56
HSL 97.14º 0.1% 0.4% -
HSV(B) 97.14º 0.19% 0.44% -
XYZ 13.09 15.29 12.39 -
YUV 106.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 100 113 92 0.12 0 0.19 0.56 97.14 0.1 0.4
Hex 64 71 5C C 0 13 38 61 A 28
Octal 144 161 134 14 0 23 70 141 12 50
Binary 1100100 1110001 1011100 1100 0 10011 111000 1100001 1010 101000

Color Harmonies of #64715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64715C

Black with #64715C

Text Example


Text Example

White with #64715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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