#716D31

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

Shades of Crete #716D31

Tints of Crete #716D31

Color information

#716D31 (or 0x716D31) is unknown color: approx Crete. HEX triplet: 71, 6D and 31. RGB value is (113,109,49). Sum of RGB (Red+Green+Blue) = 113+109+49=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #716D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D31 is #8E92CE. Grayscale: #676767. Windows color (decimal): -9343695 or 3239281. OLE color: 3239281.

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

Color convert

RGB11310949-
CMYK00.040.570.56
HSL56.25º39.51%31.76%-
HSV(B)56.25º56.64%44.31%-
XYZ12.8314.675.06-
YUV103.3697.33134.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=41.70%
G=40.22%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131094900.040.570.5656.2539.5131.76
Hex716D31043938382820
Octal16115561047170705040
Binary111000111011011100010100111001111000111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,49); }

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

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

 a { background-color: rgb(113,109,49); }

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

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

 span { border-color: rgb(113,109,49); }

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