#716C4A

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

Shades of Crocodile #716C4A

Tints of Crocodile #716C4A

Color information

#716C4A (or 0x716C4A) is unknown color: approx Crocodile. HEX triplet: 71, 6C and 4A. RGB value is (113,108,74). Sum of RGB (Red+Green+Blue) = 113+108+74=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C4A is #8E93B5. Grayscale: #696969. Windows color (decimal): -9343926 or 4877425. OLE color: 4877425.

HSL color Cylindrical-coordinate representation of color #716C4A: hue angle of 52.31º 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 #716C4A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11310874-
CMYK00.040.350.56
HSL52.31º20.86%36.67%-
HSV(B)52.31º34.51%44.31%-
XYZ13.4114.738.62-
YUV105.62110.16133.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=38.31%
G=36.61%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131087400.040.350.5652.3120.8636.67
Hex716C4A042338341525
Octal161154112044370642545
Binary111000111011001001010010010001111100011010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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