#716E51

Color #716E51 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #716E51

Tints of Crocodile #716E51

Color information

#716E51 (or 0x716E51) is unknown color: approx Crocodile. HEX triplet: 71, 6E and 51. RGB value is (113,110,81). Sum of RGB (Red+Green+Blue) = 113+110+81=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E51 is #8E91AE. Grayscale: #6B6B6B. Windows color (decimal): -9343407 or 5336689. OLE color: 5336689.

HSL color Cylindrical-coordinate representation of color #716E51: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716E51 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB11311081-
CMYK00.030.280.56
HSL54.38º16.49%38.04%-
HSV(B)54.38º28.32%44.31%-
XYZ13.8715.2610-
YUV107.59112.99131.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=37.17%
G=36.18%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131108100.030.280.5654.3816.4938.04
Hex716E51031C38361026
Octal161156121033470662046
Binary1110001110111010100010111110011100011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E51; }

 p { color: rgb(113,110,81); }

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

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

 a { background-color: rgb(113,110,81); }

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

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

 span { border-color: rgb(113,110,81); }

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