#716819

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

Shades of Olivetone #716819

Tints of Olivetone #716819

Color information

#716819 (or 0x716819) is unknown color: approx Olivetone. HEX triplet: 71, 68 and 19. RGB value is (113,104,25). Sum of RGB (Red+Green+Blue) = 113+104+25=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #716819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716819 is #8E97E6. Grayscale: #626262. Windows color (decimal): -9344999 or 1665137. OLE color: 1665137.

HSL color Cylindrical-coordinate representation of color #716819: hue angle of 53.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #716819 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB11310425-
CMYK00.080.780.56
HSL53.86º63.77%27.06%-
HSV(B)53.86º77.88%44.31%-
XYZ11.9413.482.89-
YUV97.6886.98138.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=46.69%
G=42.98%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131042500.080.780.5653.8663.7727.06
Hex716819084E3836401b
Octal16115031010116706610033
Binary1110001110100011001010001001110111000110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716819; }

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

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

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

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

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

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

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

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