Html Css Color HEX #646A61 Axolotl

📋 copy color: '#646A61'

red 100 ◦ green 106 ◦ blue 97

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

Shades of Axolotl #646A61

Tints of Axolotl #646A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 33%
G = 34.98%
B = 32.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#646A61 (or 0x646A61) is known color: Axolotl. HEX triplet: 64, 6A and 61. RGB value is (100,106,97). Sum of RGB (Red+Green+Blue) = 100+106+97=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 106 - color contains mainly: green. Hex color #646A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A61 is #9B959E. Grayscale: #676767. Windows color (decimal): -10196383 or 6384228. OLE color: 6384228.

HSL color Cylindrical-coordinate representation of color #646A61: hue angle of 100º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646A61 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 106 97 -
CMYK 0.06 0 0.08 0.58
HSL 100º 0.04% 0.4% -
HSV(B) 100º 0.08% 0.42% -
XYZ 12.57 13.88 13.33 -
YUV 103.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 100 106 97 0.06 0 0.08 0.58 100 0.04 0.4
Hex 64 6A 61 6 0 8 3A 64 4 28
Octal 144 152 141 6 0 10 72 144 4 50
Binary 1100100 1101010 1100001 110 0 1000 111010 1100100 100 101000

Color Harmonies of #646A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A61

Black with #646A61

Text Example


Text Example

White with #646A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,106,97); }

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

background-color css

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

 a { background-color: rgb(100,106,97); }

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

border-color css

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

 span { border-color: rgb(100,106,97); }

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