#716C4E

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

Shades of Crocodile #716C4E

Tints of Crocodile #716C4E

Color information

#716C4E (or 0x716C4E) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 4E. RGB value is (113,108,78). Sum of RGB (Red+Green+Blue) = 113+108+78=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C4E is #8E93B1. Grayscale: #6A6A6A. Windows color (decimal): -9343922 or 5139569. OLE color: 5139569.

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

Color convert

RGB11310878-
CMYK00.040.310.56
HSL51.43º18.32%37.45%-
HSV(B)51.43º30.97%44.31%-
XYZ13.5514.799.35-
YUV106.07112.16132.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=37.79%
G=36.12%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131087800.040.310.5651.4318.3237.45
Hex716C4E041F38331225
Octal161154116043770632245
Binary11100011101100100111001001111111100011001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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