#766E1D

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

Shades of Olivetone #766E1D

Tints of Olivetone #766E1D

Color information

#766E1D (or 0x766E1D) is unknown color: approx Olivetone. HEX triplet: 76, 6E and 1D. RGB value is (118,110,29). Sum of RGB (Red+Green+Blue) = 118+110+29=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E1D is #8991E2. Grayscale: #676767. Windows color (decimal): -9015779 or 1928822. OLE color: 1928822.

HSL color Cylindrical-coordinate representation of color #766E1D: hue angle of 54.61º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #766E1D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB11811029-
CMYK00.070.750.54
HSL54.61º60.54%28.82%-
HSV(B)54.61º75.42%46.27%-
XYZ13.2715.093.38-
YUV103.1686.15138.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=45.91%
G=42.80%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181102900.070.750.5454.6160.5428.82
Hex766E1D074B36373d1d
Octal166156350711366677535
Binary11101101101110111010111100101111011011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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