#746721

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

Shades of Olivetone #746721

Tints of Olivetone #746721

Color information

#746721 (or 0x746721) is unknown color: approx Olivetone. HEX triplet: 74, 67 and 21. RGB value is (116,103,33). Sum of RGB (Red+Green+Blue) = 116+103+33=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #746721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746721 is #8B98DE. Grayscale: #636363. Windows color (decimal): -9148639 or 2189172. OLE color: 2189172.

HSL color Cylindrical-coordinate representation of color #746721: hue angle of 50.6º 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 #746721 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11610333-
CMYK00.110.720.55
HSL50.6º55.7%29.22%-
HSV(B)50.6º71.55%45.49%-
XYZ12.3313.523.4-
YUV98.9190.81140.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 33 (13.28% from 255) = 13.10%
R=46.03%
G=40.87%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161033300.110.720.5550.655.729.22
Hex7467210B483733381d
Octal1641474101311067637035
Binary1110100110011110000101011100100011011111001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746721; }

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

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

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

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

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

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

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

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