#71681E

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

Shades of Olivetone #71681E

Tints of Olivetone #71681E

Color information

#71681E (or 0x71681E) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 1E. RGB value is (113,104,30). Sum of RGB (Red+Green+Blue) = 113+104+30=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71681E is #8E97E1. Grayscale: #626262. Windows color (decimal): -9344994 or 1992817. OLE color: 1992817.

HSL color Cylindrical-coordinate representation of color #71681E: hue angle of 53.49º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71681E is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB11310430-
CMYK00.080.730.56
HSL53.49º58.04%28.04%-
HSV(B)53.49º73.45%44.31%-
XYZ11.9913.513.2-
YUV98.2689.48138.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=45.75%
G=42.11%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131043000.080.730.5653.4958.0428.04
Hex71681E084938353a1c
Octal1611503601011170657234
Binary111000111010001111001000100100111100011010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71681E; }

 p { color: rgb(113,104,30); }

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

<style>
 a { background-color: #71681E; }

 a { background-color: rgb(113,104,30); }

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

<style>
 span { border-color: #71681E; }

 span { border-color: rgb(113,104,30); }

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