#746C13

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

Shades of Olivetone #746C13

Tints of Olivetone #746C13

Color information

#746C13 (or 0x746C13) is unknown color: approx Olivetone. HEX triplet: 74, 6C and 13. RGB value is (116,108,19). Sum of RGB (Red+Green+Blue) = 116+108+19=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #746C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C13 is #8B93EC. Grayscale: #646464. Windows color (decimal): -9147373 or 1272948. OLE color: 1272948.

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

Color convert

RGB11610819-
CMYK00.070.840.55
HSL55.05º71.85%26.47%-
HSV(B)55.05º83.62%45.49%-
XYZ12.6814.492.74-
YUV100.2582.15139.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=47.74%
G=44.44%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161081900.070.840.5555.0571.8526.47
Hex746C1307543737481a
Octal1641542307124676711032
Binary111010011011001001101111010100110111110111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,108,19); }

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

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

 a { background-color: rgb(116,108,19); }

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

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

 span { border-color: rgb(116,108,19); }

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