#746A0F

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

Shades of Olivetone #746A0F

Tints of Olivetone #746A0F

Color information

#746A0F (or 0x746A0F) is unknown color: approx Olivetone. HEX triplet: 74, 6A and 0F. RGB value is (116,106,15). Sum of RGB (Red+Green+Blue) = 116+106+15=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A0F is #8B95F0. Grayscale: #626262. Windows color (decimal): -9147889 or 1010292. OLE color: 1010292.

HSL color Cylindrical-coordinate representation of color #746A0F: hue angle of 54.06º 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 #746A0F is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11610615-
CMYK00.090.870.55
HSL54.06º77.1%25.69%-
HSV(B)54.06º87.07%45.49%-
XYZ12.4414.062.51-
YUV98.6280.81140.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 15 (6.25% from 255) = 6.33%
R=48.95%
G=44.73%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161061500.090.870.5554.0677.125.69
Hex746AF095737364d1a
Octal16415217011127676611532
Binary111010011010101111010011010111110111110110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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