#716E54

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

Shades of Crocodile #716E54

Tints of Crocodile #716E54

Color information

#716E54 (or 0x716E54) is unknown color: approx Crocodile. HEX triplet: 71, 6E and 54. RGB value is (113,110,84). Sum of RGB (Red+Green+Blue) = 113+110+84=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E54 is #8E91AB. Grayscale: #6C6C6C. Windows color (decimal): -9343404 or 5533297. OLE color: 5533297.

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

Color convert

RGB11311084-
CMYK00.030.260.56
HSL53.79º14.72%38.63%-
HSV(B)53.79º25.66%44.31%-
XYZ13.9915.310.6-
YUV107.93114.49131.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=36.81%
G=35.83%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131108400.030.260.5653.7914.7238.63
Hex716E54031A3836f27
Octal161156124033270661747
Binary111000111011101010100011110101110001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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