Html Css Color HEX #64745C Axolotl

📋 copy color: '#64745C'

red 100 ◦ green 116 ◦ blue 92

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

Shades of Axolotl #64745C

Tints of Axolotl #64745C

RGB

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

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

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

R = 32.47%
G = 37.66%
B = 29.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#64745C (or 0x64745C) is known color: Axolotl. HEX triplet: 64, 74 and 5C. RGB value is (100,116,92). Sum of RGB (Red+Green+Blue) = 100+116+92=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #64745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745C is #9B8BA3. Grayscale: #6C6C6C. Windows color (decimal): -10193828 or 6059108. OLE color: 6059108.

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

Color convert

RGB 100 116 92 -
CMYK 0.14 0 0.21 0.55
HSL 100º 0.12% 0.41% -
HSV(B) 100º 0.21% 0.45% -
XYZ 13.43 15.97 12.5 -
YUV 108.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 100 116 92 0.14 0 0.21 0.55 100 0.12 0.41
Hex 64 74 5C E 0 15 37 64 C 29
Octal 144 164 134 16 0 25 67 144 14 51
Binary 1100100 1110100 1011100 1110 0 10101 110111 1100100 1100 101001

Color Harmonies of #64745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64745C

Black with #64745C

Text Example


Text Example

White with #64745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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