Html Css Color HEX #656E61 Axolotl

📋 copy color: '#656E61'

red 101 ◦ green 110 ◦ blue 97

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

Shades of Axolotl #656E61

Tints of Axolotl #656E61

RGB

 RED value IS 101 (39.84% from 255) = 32.79%

 GREEN value IS 110 (43.36% from 255) = 35.71%

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

R = 32.79%
G = 35.71%
B = 31.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#656E61 (or 0x656E61) is known color: Axolotl. HEX triplet: 65, 6E and 61. RGB value is (101,110,97). Sum of RGB (Red+Green+Blue) = 101+110+97=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #656E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E61 is #9A919E. Grayscale: #696969. Windows color (decimal): -10129823 or 6385253. OLE color: 6385253.

HSL color Cylindrical-coordinate representation of color #656E61: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656E61 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 101 110 97 -
CMYK 0.08 0 0.12 0.57
HSL 101.54º 0.06% 0.41% -
HSV(B) 101.54º 0.12% 0.43% -
XYZ 13.1 14.78 13.47 -
YUV 105.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 101 110 97 0.08 0 0.12 0.57 101.54 0.06 0.41
Hex 65 6E 61 8 0 C 39 66 6 29
Octal 145 156 141 10 0 14 71 146 6 51
Binary 1100101 1101110 1100001 1000 0 1100 111001 1100110 110 101001

Color Harmonies of #656E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656E61

Black with #656E61

Text Example


Text Example

White with #656E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656E61; }

 p { color: rgb(101,110,97); }

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

background-color css

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

 a { background-color: rgb(101,110,97); }

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

border-color css

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

 span { border-color: rgb(101,110,97); }

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