Html Css Color HEX #646D5E Axolotl

📋 copy color: '#646D5E'

red 100 ◦ green 109 ◦ blue 94

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

Shades of Axolotl #646D5E

Tints of Axolotl #646D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 33%
G = 35.97%
B = 31.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#646D5E (or 0x646D5E) is known color: Axolotl. HEX triplet: 64, 6D and 5E. RGB value is (100,109,94). Sum of RGB (Red+Green+Blue) = 100+109+94=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 109 - color contains mainly: green. Hex color #646D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D5E is #9B92A1. Grayscale: #686868. Windows color (decimal): -10195618 or 6188388. OLE color: 6188388.

HSL color Cylindrical-coordinate representation of color #646D5E: hue angle of 96º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646D5E is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 109 94 -
CMYK 0.08 0 0.14 0.57
HSL 96º 0.07% 0.4% -
HSV(B) 96º 0.14% 0.43% -
XYZ 12.74 14.45 12.71 -
YUV 104.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 100 109 94 0.08 0 0.14 0.57 96 0.07 0.4
Hex 64 6D 5E 8 0 E 39 60 7 28
Octal 144 155 136 10 0 16 71 140 7 50
Binary 1100100 1101101 1011110 1000 0 1110 111001 1100000 111 101000

Color Harmonies of #646D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D5E

Black with #646D5E

Text Example


Text Example

White with #646D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646D5E; }

 p { color: rgb(100,109,94); }

 H1.HeaderClassName
 {
   color: #646D5E;
 }
 .AnyTagClassName
 {
   color: #646D5E;
 }
</style>

background-color css

<style>
 a { background-color: #646D5E; }

 a { background-color: rgb(100,109,94); }

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

border-color css

<style>
 span { border-color: #646D5E; }

 span { border-color: rgb(100,109,94); }

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