#716A51

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

Shades of Crocodile #716A51

Tints of Crocodile #716A51

Color information

#716A51 (or 0x716A51) is unknown color: approx Crocodile. HEX triplet: 71, 6A and 51. RGB value is (113,106,81). Sum of RGB (Red+Green+Blue) = 113+106+81=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A51 is #8E95AE. Grayscale: #696969. Windows color (decimal): -9344431 or 5335665. OLE color: 5335665.

HSL color Cylindrical-coordinate representation of color #716A51: hue angle of 46.88º 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 #716A51 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB11310681-
CMYK00.060.280.56
HSL46.88º16.49%38.04%-
HSV(B)46.88º28.32%44.31%-
XYZ13.4514.419.86-
YUV105.24114.32133.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 81 (32.03% from 255) = 27%
R=37.67%
G=35.33%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131068100.060.280.5646.8816.4938.04
Hex716A51061C382f1026
Octal161152121063470572046
Binary11100011101010101000101101110011100010111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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