Html Css Color HEX #64795A Axolotl

📋 copy color: '#64795A'

red 100 ◦ green 121 ◦ blue 90

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

Shades of Axolotl #64795A

Tints of Axolotl #64795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 32.15%
G = 38.91%
B = 28.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#64795A (or 0x64795A) is known color: Axolotl. HEX triplet: 64, 79 and 5A. RGB value is (100,121,90). Sum of RGB (Red+Green+Blue) = 100+121+90=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #64795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64795A is #9B86A5. Grayscale: #6F6F6F. Windows color (decimal): -10192550 or 5929316. OLE color: 5929316.

HSL color Cylindrical-coordinate representation of color #64795A: hue angle of 100.65º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64795A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 121 90 -
CMYK 0.17 0 0.26 0.53
HSL 100.65º 0.15% 0.41% -
HSV(B) 100.65º 0.26% 0.47% -
XYZ 13.94 17.12 12.24 -
YUV 111.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 100 121 90 0.17 0 0.26 0.53 100.65 0.15 0.41
Hex 64 79 5A 11 0 1A 35 65 F 29
Octal 144 171 132 21 0 32 65 145 17 51
Binary 1100100 1111001 1011010 10001 0 11010 110101 1100101 1111 101001

Color Harmonies of #64795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64795A

Black with #64795A

Text Example


Text Example

White with #64795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64795A; }

 p { color: rgb(100,121,90); }

 H1.HeaderClassName
 {
   color: #64795A;
 }
 .AnyTagClassName
 {
   color: #64795A;
 }
</style>

background-color css

<style>
 a { background-color: #64795A; }

 a { background-color: rgb(100,121,90); }

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

border-color css

<style>
 span { border-color: #64795A; }

 span { border-color: rgb(100,121,90); }

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