#746D0F

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

Shades of Olivetone #746D0F

Tints of Olivetone #746D0F

Color information

#746D0F (or 0x746D0F) is unknown color: approx Olivetone. HEX triplet: 74, 6D and 0F. RGB value is (116,109,15). Sum of RGB (Red+Green+Blue) = 116+109+15=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D0F is #8B92F0. Grayscale: #646464. Windows color (decimal): -9147121 or 1011060. OLE color: 1011060.

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

Color convert

RGB11610915-
CMYK00.060.870.55
HSL55.84º77.1%25.69%-
HSV(B)55.84º87.07%45.49%-
XYZ12.7614.682.61-
YUV100.3879.82139.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 15 (6.25% from 255) = 6.25%
R=48.33%
G=45.42%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161091500.060.870.5555.8477.125.69
Hex746DF065737384d1a
Octal1641551706127677011532
Binary11101001101101111101101010111110111111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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