Html Css Color HEX #64755A Axolotl

📋 copy color: '#64755A'

red 100 ◦ green 117 ◦ blue 90

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

Shades of Axolotl #64755A

Tints of Axolotl #64755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 32.57%
G = 38.11%
B = 29.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#64755A (or 0x64755A) is known color: Axolotl. HEX triplet: 64, 75 and 5A. RGB value is (100,117,90). Sum of RGB (Red+Green+Blue) = 100+117+90=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #64755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64755A is #9B8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10193574 or 5928292. OLE color: 5928292.

HSL color Cylindrical-coordinate representation of color #64755A: hue angle of 97.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64755A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 117 90 -
CMYK 0.15 0 0.23 0.54
HSL 97.78º 0.13% 0.41% -
HSV(B) 97.78º 0.23% 0.46% -
XYZ 13.46 16.17 12.08 -
YUV 108.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 100 117 90 0.15 0 0.23 0.54 97.78 0.13 0.41
Hex 64 75 5A F 0 17 36 62 D 29
Octal 144 165 132 17 0 27 66 142 15 51
Binary 1100100 1110101 1011010 1111 0 10111 110110 1100010 1101 101001

Color Harmonies of #64755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64755A

Black with #64755A

Text Example


Text Example

White with #64755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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