#746F0F

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

Shades of Olivetone #746F0F

Tints of Olivetone #746F0F

Color information

#746F0F (or 0x746F0F) is unknown color: approx Olivetone. HEX triplet: 74, 6F and 0F. RGB value is (116,111,15). Sum of RGB (Red+Green+Blue) = 116+111+15=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F0F is #8B90F0. Grayscale: #656565. Windows color (decimal): -9146609 or 1011572. OLE color: 1011572.

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

Color convert

RGB11611115-
CMYK00.040.870.55
HSL57.03º77.1%25.69%-
HSV(B)57.03º87.07%45.49%-
XYZ12.9715.122.69-
YUV101.5579.16138.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=47.93%
G=45.87%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161111500.040.870.5557.0377.125.69
Hex746FF045737394d1a
Octal1641571704127677111532
Binary11101001101111111101001010111110111111001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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