#716C56

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

Shades of Crocodile #716C56

Tints of Crocodile #716C56

Color information

#716C56 (or 0x716C56) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 56. RGB value is (113,108,86). Sum of RGB (Red+Green+Blue) = 113+108+86=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C56 is #8E93A9. Grayscale: #6B6B6B. Windows color (decimal): -9343914 or 5663857. OLE color: 5663857.

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

Color convert

RGB11310886-
CMYK00.040.240.56
HSL48.89º13.57%39.02%-
HSV(B)48.89º23.89%44.31%-
XYZ13.8514.9110.95-
YUV106.99116.16132.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=36.81%
G=35.18%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088600.040.240.5648.8913.5739.02
Hex716C5604183831e27
Octal161154126043070611647
Binary1110001110110010101100100110001110001100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,86); }

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

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

 a { background-color: rgb(113,108,86); }

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

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

 span { border-color: rgb(113,108,86); }

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