#716C4C

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

Shades of Crocodile #716C4C

Tints of Crocodile #716C4C

Color information

#716C4C (or 0x716C4C) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 4C. RGB value is (113,108,76). Sum of RGB (Red+Green+Blue) = 113+108+76=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C4C is #8E93B3. Grayscale: #696969. Windows color (decimal): -9343924 or 5008497. OLE color: 5008497.

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

Color convert

RGB11310876-
CMYK00.040.330.56
HSL51.89º19.58%37.06%-
HSV(B)51.89º32.74%44.31%-
XYZ13.4814.768.98-
YUV105.85111.16133.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=38.05%
G=36.36%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131087600.040.330.5651.8919.5837.06
Hex716C4C042138341425
Octal161154114044170642445
Binary111000111011001001100010010000111100011010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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