#71682A

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

Shades of Olivetone #71682A

Tints of Olivetone #71682A

Color information

#71682A (or 0x71682A) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 2A. RGB value is (113,104,42). Sum of RGB (Red+Green+Blue) = 113+104+42=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71682A is #8E97D5. Grayscale: #636363. Windows color (decimal): -9344982 or 2779249. OLE color: 2779249.

HSL color Cylindrical-coordinate representation of color #71682A: hue angle of 52.39º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71682A is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB11310442-
CMYK00.080.630.56
HSL52.39º45.81%30.39%-
HSV(B)52.39º62.83%44.31%-
XYZ12.1813.584.17-
YUV99.6295.48137.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=43.63%
G=40.15%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131044200.080.630.5652.3945.8130.39
Hex71682A083F38342e1e
Octal161150520107770645636
Binary111000111010001010100100011111111100011010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71682A; }

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

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

<style>
 a { background-color: #71682A; }

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

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

<style>
 span { border-color: #71682A; }

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

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