#61715A

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

Shades of Axolotl #61715A

Tints of Axolotl #61715A

Color information

#61715A (or 0x61715A) is unknown color: approx Axolotl. HEX triplet: 61, 71 and 5A. RGB value is (97,113,90). Sum of RGB (Red+Green+Blue) = 97+113+90=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #61715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61715A is #9E8EA5. Grayscale: #696969. Windows color (decimal): -10391206 or 5927265. OLE color: 5927265.

HSL color Cylindrical-coordinate representation of color #61715A: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61715A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB9711390-
CMYK0.1400.200.56
HSL101.74º11.33%39.8%-
HSV(B)101.74º20.35%44.31%-
XYZ12.6815.0911.92-
YUV105.59119.2121.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 90 (35.55% from 255) = 30%
R=32.33%
G=37.67%
B=30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113900.1400.200.56101.7411.3339.8
Hex61715AE0143866b28
Octal14116113216024701461350
Binary110000111100011011010111001010011100011001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61715A; }

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

 H1.HeaderClassName
 {
   color: #61715A;
 }
 .AnyTagClassName
 {
   color: #61715A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #61715A;
 }
 .BgClassName
 {
   background-color: #61715A;
 }
</style>
border-color css

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

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

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