#716A2A

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

Shades of Olivetone #716A2A

Tints of Olivetone #716A2A

Color information

#716A2A (or 0x716A2A) is unknown color: approx Olivetone. HEX triplet: 71, 6A and 2A. RGB value is (113,106,42). Sum of RGB (Red+Green+Blue) = 113+106+42=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #716A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A2A is #8E95D5. Grayscale: #656565. Windows color (decimal): -9344470 or 2779761. OLE color: 2779761.

HSL color Cylindrical-coordinate representation of color #716A2A: hue angle of 54.08º 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 #716A2A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB11310642-
CMYK00.060.630.56
HSL54.08º45.81%30.39%-
HSV(B)54.08º62.83%44.31%-
XYZ12.3813.994.24-
YUV100.894.82136.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=43.30%
G=40.61%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131064200.060.630.5654.0845.8130.39
Hex716A2A063F38362e1e
Octal16115252067770665636
Binary11100011101010101010011011111111100011011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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