#716C55

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

Shades of Crocodile #716C55

Tints of Crocodile #716C55

Color information

#716C55 (or 0x716C55) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 55. RGB value is (113,108,85). Sum of RGB (Red+Green+Blue) = 113+108+85=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #716C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C55 is #8E93AA. Grayscale: #6A6A6A. Windows color (decimal): -9343915 or 5598321. OLE color: 5598321.

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

Color convert

RGB11310885-
CMYK00.040.250.56
HSL49.29º14.14%38.82%-
HSV(B)49.29º24.78%44.31%-
XYZ13.8114.8910.74-
YUV106.87115.66132.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=36.93%
G=35.29%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088500.040.250.5649.2914.1438.82
Hex716C5504193831e27
Octal161154125043170611647
Binary1110001110110010101010100110011110001100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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