#716C51

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

Shades of Crocodile #716C51

Tints of Crocodile #716C51

Color information

#716C51 (or 0x716C51) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 51. RGB value is (113,108,81). Sum of RGB (Red+Green+Blue) = 113+108+81=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #716C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C51 is #8E93AE. Grayscale: #6A6A6A. Windows color (decimal): -9343919 or 5336177. OLE color: 5336177.

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

Color convert

RGB11310881-
CMYK00.040.280.56
HSL50.62º16.49%38.04%-
HSV(B)50.62º28.32%44.31%-
XYZ13.6614.839.93-
YUV106.42113.66132.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=37.42%
G=35.76%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088100.040.280.5650.6216.4938.04
Hex716C51041C38331026
Octal161154121043470632046
Binary11100011101100101000101001110011100011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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