#716C50

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

Shades of Crocodile #716C50

Tints of Crocodile #716C50

Color information

#716C50 (or 0x716C50) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 50. RGB value is (113,108,80). Sum of RGB (Red+Green+Blue) = 113+108+80=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C50 is #8E93AF. Grayscale: #6A6A6A. Windows color (decimal): -9343920 or 5270641. OLE color: 5270641.

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

Color convert

RGB11310880-
CMYK00.040.290.56
HSL50.91º17.1%37.84%-
HSV(B)50.91º29.2%44.31%-
XYZ13.6214.829.73-
YUV106.3113.16132.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=37.54%
G=35.88%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131088000.040.290.5650.9117.137.84
Hex716C50041D38331126
Octal161154120043570632146
Binary11100011101100101000001001110111100011001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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