#766C21

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

Shades of Olivetone #766C21

Tints of Olivetone #766C21

Color information

#766C21 (or 0x766C21) is unknown color: approx Olivetone. HEX triplet: 76, 6C and 21. RGB value is (118,108,33). Sum of RGB (Red+Green+Blue) = 118+108+33=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C21 is #8993DE. Grayscale: #666666. Windows color (decimal): -9016287 or 2190454. OLE color: 2190454.

HSL color Cylindrical-coordinate representation of color #766C21: hue angle of 52.94º 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 #766C21 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB11810833-
CMYK00.080.720.54
HSL52.94º56.29%29.61%-
HSV(B)52.94º72.03%46.27%-
XYZ13.1114.693.58-
YUV102.4488.81139.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=45.56%
G=41.70%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181083300.080.720.5452.9456.2929.61
Hex766C2108483635381e
Octal1661544101011066657036
Binary1110110110110010000101000100100011011011010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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