#716B51

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

Shades of Crocodile #716B51

Tints of Crocodile #716B51

Color information

#716B51 (or 0x716B51) is unknown color: approx Crocodile. HEX triplet: 71, 6B and 51. RGB value is (113,107,81). Sum of RGB (Red+Green+Blue) = 113+107+81=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #716B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B51 is #8E94AE. Grayscale: #696969. Windows color (decimal): -9344175 or 5335921. OLE color: 5335921.

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

Color convert

RGB11310781-
CMYK00.050.280.56
HSL48.75º16.49%38.04%-
HSV(B)48.75º28.32%44.31%-
XYZ13.5514.629.89-
YUV105.83113.99133.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=37.54%
G=35.55%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131078100.050.280.5648.7516.4938.04
Hex716B51051C38311026
Octal161153121053470612046
Binary11100011101011101000101011110011100011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,81); }

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

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

 a { background-color: rgb(113,107,81); }

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

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

 span { border-color: rgb(113,107,81); }

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