#746622

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

Shades of Olivetone #746622

Tints of Olivetone #746622

Color information

#746622 (or 0x746622) is unknown color: approx Olivetone. HEX triplet: 74, 66 and 22. RGB value is (116,102,34). Sum of RGB (Red+Green+Blue) = 116+102+34=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #746622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746622 is #8B99DD. Grayscale: #626262. Windows color (decimal): -9148894 or 2254452. OLE color: 2254452.

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

Color convert

RGB11610234-
CMYK00.120.710.55
HSL49.76º54.67%29.41%-
HSV(B)49.76º70.69%45.49%-
XYZ12.2413.333.44-
YUV98.4391.64140.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=46.03%
G=40.48%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161023400.120.710.5549.7654.6729.41
Hex7466220C473732371d
Octal1641464201410767626735
Binary1110100110011010001001100100011111011111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746622; }

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

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

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

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

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

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

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

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