#746818

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

Shades of Olivetone #746818

Tints of Olivetone #746818

Color information

#746818 (or 0x746818) is unknown color: approx Olivetone. HEX triplet: 74, 68 and 18. RGB value is (116,104,24). Sum of RGB (Red+Green+Blue) = 116+104+24=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #746818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746818 is #8B97E7. Grayscale: #626262. Windows color (decimal): -9148392 or 1599604. OLE color: 1599604.

HSL color Cylindrical-coordinate representation of color #746818: hue angle of 52.17º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #746818 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11610424-
CMYK00.100.790.55
HSL52.17º65.71%27.45%-
HSV(B)52.17º79.31%45.49%-
XYZ12.3213.682.86-
YUV98.4785.98140.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 24 (9.77% from 255) = 9.84%
R=47.54%
G=42.62%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161042400.100.790.5552.1765.7127.45
Hex7468180A4F3734421b
Octal16415030012117676410233
Binary1110100110100011000010101001111110111110100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746818; }

 p { color: rgb(116,104,24); }

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

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

 a { background-color: rgb(116,104,24); }

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

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

 span { border-color: rgb(116,104,24); }

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