#766C1A

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

Shades of Olivetone #766C1A

Tints of Olivetone #766C1A

Color information

#766C1A (or 0x766C1A) is unknown color: approx Olivetone. HEX triplet: 76, 6C and 1A. RGB value is (118,108,26). Sum of RGB (Red+Green+Blue) = 118+108+26=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C1A is #8993E5. Grayscale: #656565. Windows color (decimal): -9016294 or 1731702. OLE color: 1731702.

HSL color Cylindrical-coordinate representation of color #766C1A: hue angle of 53.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #766C1A is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB11810826-
CMYK00.080.780.54
HSL53.48º63.89%28.24%-
HSV(B)53.48º77.97%46.27%-
XYZ13.0214.653.12-
YUV101.6485.31139.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 108 (42.58% from 255) = 42.86%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=46.83%
G=42.86%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181082600.080.780.5453.4863.8928.24
Hex766C1A084E3635401c
Octal16615432010116666510034
Binary1110110110110011010010001001110110110110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,26); }

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

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

 a { background-color: rgb(118,108,26); }

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

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

 span { border-color: rgb(118,108,26); }

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