#746621

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

Shades of Olivetone #746621

Tints of Olivetone #746621

Color information

#746621 (or 0x746621) is unknown color: approx Olivetone. HEX triplet: 74, 66 and 21. RGB value is (116,102,33). Sum of RGB (Red+Green+Blue) = 116+102+33=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #746621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746621 is #8B99DE. Grayscale: #626262. Windows color (decimal): -9148895 or 2188916. OLE color: 2188916.

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

Color convert

RGB11610233-
CMYK00.120.720.55
HSL49.88º55.7%29.22%-
HSV(B)49.88º71.55%45.49%-
XYZ12.2313.333.37-
YUV98.3291.14140.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=46.22%
G=40.64%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161023300.120.720.5549.8855.729.22
Hex7466210C483732381d
Octal1641464101411067627035
Binary1110100110011010000101100100100011011111001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746621; }

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

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

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

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

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

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

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

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