#716B4F

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

Shades of Crocodile #716B4F

Tints of Crocodile #716B4F

Color information

#716B4F (or 0x716B4F) is unknown color: approx Crocodile. HEX triplet: 71, 6B and 4F. RGB value is (113,107,79). Sum of RGB (Red+Green+Blue) = 113+107+79=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #716B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B4F is #8E94B0. Grayscale: #696969. Windows color (decimal): -9344177 or 5204849. OLE color: 5204849.

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

Color convert

RGB11310779-
CMYK00.050.300.56
HSL49.41º17.71%37.65%-
HSV(B)49.41º30.09%44.31%-
XYZ13.4814.599.5-
YUV105.6112.99133.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 79 (31.25% from 255) = 26.42%
R=37.79%
G=35.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131077900.050.300.5649.4117.7137.65
Hex716B4F051E38311226
Octal161153117053670612246
Binary11100011101011100111101011111011100011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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