#766B21

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

Shades of Olivetone #766B21

Tints of Olivetone #766B21

Color information

#766B21 (or 0x766B21) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 21. RGB value is (118,107,33). Sum of RGB (Red+Green+Blue) = 118+107+33=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B21 is #8994DE. Grayscale: #666666. Windows color (decimal): -9016543 or 2190198. OLE color: 2190198.

HSL color Cylindrical-coordinate representation of color #766B21: hue angle of 52.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #766B21 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB11810733-
CMYK00.090.720.54
HSL52.24º56.29%29.61%-
HSV(B)52.24º72.03%46.27%-
XYZ1314.483.55-
YUV101.8589.14139.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=45.74%
G=41.47%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181073300.090.720.5452.2456.2929.61
Hex766B2109483634381e
Octal1661534101111066647036
Binary1110110110101110000101001100100011011011010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,33); }

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

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

 a { background-color: rgb(118,107,33); }

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

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

 span { border-color: rgb(118,107,33); }

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