Html Css Color HEX #64765D Axolotl

📋 copy color: '#64765D'

red 100 ◦ green 118 ◦ blue 93

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

Shades of Axolotl #64765D

Tints of Axolotl #64765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 32.15%
G = 37.94%
B = 29.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#64765D (or 0x64765D) is known color: Axolotl. HEX triplet: 64, 76 and 5D. RGB value is (100,118,93). Sum of RGB (Red+Green+Blue) = 100+118+93=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #64765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64765D is #9B89A2. Grayscale: #6D6D6D. Windows color (decimal): -10193315 or 6125156. OLE color: 6125156.

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

Color convert

RGB 100 118 93 -
CMYK 0.15 0 0.21 0.54
HSL 103.2º 0.12% 0.41% -
HSV(B) 103.2º 0.21% 0.46% -
XYZ 13.71 16.46 12.81 -
YUV 109.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 100 118 93 0.15 0 0.21 0.54 103.2 0.12 0.41
Hex 64 76 5D F 0 15 36 67 C 29
Octal 144 166 135 17 0 25 66 147 14 51
Binary 1100100 1110110 1011101 1111 0 10101 110110 1100111 1100 101001

Color Harmonies of #64765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64765D

Black with #64765D

Text Example


Text Example

White with #64765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64765D; }

 p { color: rgb(100,118,93); }

 H1.HeaderClassName
 {
   color: #64765D;
 }
 .AnyTagClassName
 {
   color: #64765D;
 }
</style>

background-color css

<style>
 a { background-color: #64765D; }

 a { background-color: rgb(100,118,93); }

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

border-color css

<style>
 span { border-color: #64765D; }

 span { border-color: rgb(100,118,93); }

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