#616B5A

Color #616B5A Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #616B5A

Tints of Axolotl #616B5A

Color information

#616B5A (or 0x616B5A) is unknown color: approx 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

RGB9710790-
CMYK0.0900.160.58
HSL95.29º8.63%38.63%-
HSV(B)95.29º15.89%41.96%-
XYZ12.0313.7911.7-
YUV102.07121.19124.38-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107900.0900.160.5895.298.6338.63
Hex616B5A90103A5f927
Octal14115313211020721371147
Binary110000111010111011010100101000011101010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>