#716A4A

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

Shades of Crocodile #716A4A

Tints of Crocodile #716A4A

Color information

#716A4A (or 0x716A4A) is unknown color: approx Crocodile. HEX triplet: 71, 6A and 4A. RGB value is (113,106,74). Sum of RGB (Red+Green+Blue) = 113+106+74=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A4A is #8E95B5. Grayscale: #686868. Windows color (decimal): -9344438 or 4876913. OLE color: 4876913.

HSL color Cylindrical-coordinate representation of color #716A4A: hue angle of 49.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716A4A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11310674-
CMYK00.060.350.56
HSL49.23º20.86%36.67%-
HSV(B)49.23º34.51%44.31%-
XYZ13.214.318.55-
YUV104.44110.82134.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=38.57%
G=36.18%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131067400.060.350.5649.2320.8636.67
Hex716A4A062338311525
Octal161152112064370612545
Binary111000111010101001010011010001111100011000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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