#716E2C

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

Shades of Olivetone #716E2C

Tints of Olivetone #716E2C

Color information

#716E2C (or 0x716E2C) is unknown color: approx Olivetone. HEX triplet: 71, 6E and 2C. RGB value is (113,110,44). Sum of RGB (Red+Green+Blue) = 113+110+44=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #716E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E2C is #8E91D3. Grayscale: #676767. Windows color (decimal): -9343444 or 2911857. OLE color: 2911857.

HSL color Cylindrical-coordinate representation of color #716E2C: hue angle of 57.39º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #716E2C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB11311044-
CMYK00.030.610.56
HSL57.39º43.95%30.78%-
HSV(B)57.39º61.06%44.31%-
XYZ12.8414.844.57-
YUV103.3794.49134.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=42.32%
G=41.20%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131104400.030.610.5657.3943.9530.78
Hex716E2C033D38392c1f
Octal16115654037570715437
Binary1110001110111010110001111110111100011100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,110,44); }

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

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

 a { background-color: rgb(113,110,44); }

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

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

 span { border-color: rgb(113,110,44); }

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