Html Css Color HEX #646961 Axolotl

📋 copy color: '#646961'

red 100 ◦ green 105 ◦ blue 97

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

Shades of Axolotl #646961

Tints of Axolotl #646961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

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

R = 33.11%
G = 34.77%
B = 32.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#646961 (or 0x646961) is known color: Axolotl. HEX triplet: 64, 69 and 61. RGB value is (100,105,97). Sum of RGB (Red+Green+Blue) = 100+105+97=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #646961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646961 is #9B969E. Grayscale: #666666. Windows color (decimal): -10196639 or 6383972. OLE color: 6383972.

HSL color Cylindrical-coordinate representation of color #646961: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646961 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 105 97 -
CMYK 0.05 0 0.08 0.59
HSL 97.5º 0.04% 0.4% -
HSV(B) 97.5º 0.08% 0.41% -
XYZ 12.46 13.68 13.29 -
YUV 102.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 100 105 97 0.05 0 0.08 0.59 97.5 0.04 0.4
Hex 64 69 61 5 0 8 3B 62 4 28
Octal 144 151 141 5 0 10 73 142 4 50
Binary 1100100 1101001 1100001 101 0 1000 111011 1100010 100 101000

Color Harmonies of #646961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646961

Black with #646961

Text Example


Text Example

White with #646961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646961; }

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

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

background-color css

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

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

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

border-color css

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

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

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