#746B15

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

Shades of Olivetone #746B15

Tints of Olivetone #746B15

Color information

#746B15 (or 0x746B15) is unknown color: approx Olivetone. HEX triplet: 74, 6B and 15. RGB value is (116,107,21). Sum of RGB (Red+Green+Blue) = 116+107+21=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #746B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B15 is #8B94EA. Grayscale: #646464. Windows color (decimal): -9147627 or 1403764. OLE color: 1403764.

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

Color convert

RGB11610721-
CMYK00.080.820.55
HSL54.32º69.34%26.86%-
HSV(B)54.32º81.9%45.49%-
XYZ12.614.282.8-
YUV99.8983.48139.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=47.54%
G=43.85%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161072100.080.820.5554.3269.3426.86
Hex746B1508523736451b
Octal16415325010122676610533
Binary1110100110101110101010001010010110111110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,21); }

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

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

 a { background-color: rgb(116,107,21); }

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

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

 span { border-color: rgb(116,107,21); }

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