Html Css Color HEX #616B5A Axolotl

📋 copy color: '#616B5A'

red 97 ◦ green 107 ◦ blue 90

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

Shades of Axolotl #616B5A

Tints of Axolotl #616B5A

RGB

 RED value IS 97 (38.28% from 255) = 32.99%

 GREEN value IS 107 (42.19% from 255) = 36.39%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 32.99%
G = 36.39%
B = 30.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#616B5A (or 0x616B5A) is known color: Axolotl. HEX triplet: 61, 6B and 5A. RGB value is (97,107,90). Sum of RGB (Red+Green+Blue) = 97+107+90=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 107 - color contains mainly: green. Hex color #616B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B5A is #9E94A5. Grayscale: #666666. Windows color (decimal): -10392742 or 5925729. OLE color: 5925729.

HSL color Cylindrical-coordinate representation of color #616B5A: hue angle of 95.29º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616B5A is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 107 90 -
CMYK 0.09 0 0.16 0.58
HSL 95.29º 0.09% 0.39% -
HSV(B) 95.29º 0.16% 0.42% -
XYZ 12.03 13.79 11.7 -
YUV 102.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 97 107 90 0.09 0 0.16 0.58 95.29 0.09 0.39
Hex 61 6B 5A 9 0 10 3A 5F 9 27
Octal 141 153 132 11 0 20 72 137 11 47
Binary 1100001 1101011 1011010 1001 0 10000 111010 1011111 1001 100111

Color Harmonies of #616B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B5A

Black with #616B5A

Text Example


Text Example

White with #616B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616B5A; }

 p { color: rgb(97,107,90); }

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

background-color css

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

 a { background-color: rgb(97,107,90); }

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

border-color css

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

 span { border-color: rgb(97,107,90); }

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