#716B50

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

Shades of Crocodile #716B50

Tints of Crocodile #716B50

Color information

#716B50 (or 0x716B50) is unknown color: approx Crocodile. HEX triplet: 71, 6B and 50. RGB value is (113,107,80). Sum of RGB (Red+Green+Blue) = 113+107+80=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B50 is #8E94AF. Grayscale: #696969. Windows color (decimal): -9344176 or 5270385. OLE color: 5270385.

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

Color convert

RGB11310780-
CMYK00.050.290.56
HSL49.09º17.1%37.84%-
HSV(B)49.09º29.2%44.31%-
XYZ13.5214.619.7-
YUV105.72113.49133.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=37.67%
G=35.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131078000.050.290.5649.0917.137.84
Hex716B50051D38311126
Octal161153120053570612146
Binary11100011101011101000001011110111100011000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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