#786E1D

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

Shades of Olivetone #786E1D

Tints of Olivetone #786E1D

Color information

#786E1D (or 0x786E1D) is unknown color: approx Olivetone. HEX triplet: 78, 6E and 1D. RGB value is (120,110,29). Sum of RGB (Red+Green+Blue) = 120+110+29=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #786E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786E1D is #8791E2. Grayscale: #686868. Windows color (decimal): -8884707 or 1928824. OLE color: 1928824.

HSL color Cylindrical-coordinate representation of color #786E1D: hue angle of 53.41º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #786E1D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB12011029-
CMYK00.080.760.53
HSL53.41º61.07%29.22%-
HSV(B)53.41º75.83%47.06%-
XYZ13.5415.233.39-
YUV103.7685.81139.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=46.33%
G=42.47%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201102900.080.760.5353.4161.0729.22
Hex786E1D084C35353d1d
Octal1701563501011465657535
Binary111100011011101110101000100110011010111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E1D; }

 p { color: rgb(120,110,29); }

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

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

 a { background-color: rgb(120,110,29); }

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

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

 span { border-color: rgb(120,110,29); }

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