#716D36

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

Shades of Crete #716D36

Tints of Crete #716D36

Color information

#716D36 (or 0x716D36) is unknown color: approx Crete. HEX triplet: 71, 6D and 36. RGB value is (113,109,54). Sum of RGB (Red+Green+Blue) = 113+109+54=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #716D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D36 is #8E92C9. Grayscale: #686868. Windows color (decimal): -9343690 or 3566961. OLE color: 3566961.

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

Color convert

RGB11310954-
CMYK00.040.520.56
HSL55.93º35.33%32.75%-
HSV(B)55.93º52.21%44.31%-
XYZ12.9414.715.65-
YUV103.9399.83134.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=40.94%
G=39.49%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131095400.040.520.5655.9335.3332.75
Hex716D36043438382321
Octal16115566046470704341
Binary111000111011011101100100110100111000111000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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