#746A21

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

Shades of Olivetone #746A21

Tints of Olivetone #746A21

Color information

#746A21 (or 0x746A21) is unknown color: approx Olivetone. HEX triplet: 74, 6A and 21. RGB value is (116,106,33). Sum of RGB (Red+Green+Blue) = 116+106+33=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #746A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A21 is #8B95DE. Grayscale: #646464. Windows color (decimal): -9147871 or 2189940. OLE color: 2189940.

HSL color Cylindrical-coordinate representation of color #746A21: hue angle of 52.77º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #746A21 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11610633-
CMYK00.090.720.55
HSL52.77º55.7%29.22%-
HSV(B)52.77º71.55%45.49%-
XYZ12.6314.133.5-
YUV100.6789.81138.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=45.49%
G=41.57%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161063300.090.720.5552.7755.729.22
Hex746A2109483735381d
Octal1641524101111067657035
Binary1110100110101010000101001100100011011111010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A21; }

 p { color: rgb(116,106,33); }

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

<style>
 a { background-color: #746A21; }

 a { background-color: rgb(116,106,33); }

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

<style>
 span { border-color: #746A21; }

 span { border-color: rgb(116,106,33); }

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