#746D2A

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

Shades of Olivetone #746D2A

Tints of Olivetone #746D2A

Color information

#746D2A (or 0x746D2A) is unknown color: approx Olivetone. HEX triplet: 74, 6D and 2A. RGB value is (116,109,42). Sum of RGB (Red+Green+Blue) = 116+109+42=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #746D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D2A is #8B92D5. Grayscale: #676767. Windows color (decimal): -9147094 or 2780532. OLE color: 2780532.

HSL color Cylindrical-coordinate representation of color #746D2A: hue angle of 54.32º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #746D2A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11610942-
CMYK00.060.640.55
HSL54.32º46.84%30.98%-
HSV(B)54.32º63.79%45.49%-
XYZ13.0914.824.36-
YUV103.4693.32136.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=43.45%
G=40.82%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161094200.060.640.5554.3246.8430.98
Hex746D2A064037362f1f
Octal164155520610067665737
Binary111010011011011010100110100000011011111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,109,42); }

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

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

 a { background-color: rgb(116,109,42); }

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

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

 span { border-color: rgb(116,109,42); }

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