#73661E

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

Shades of Olivetone #73661E

Tints of Olivetone #73661E

Color information

#73661E (or 0x73661E) is unknown color: approx Olivetone. HEX triplet: 73, 66 and 1E. RGB value is (115,102,30). Sum of RGB (Red+Green+Blue) = 115+102+30=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73661E is #8C99E1. Grayscale: #616161. Windows color (decimal): -9214434 or 1992307. OLE color: 1992307.

HSL color Cylindrical-coordinate representation of color #73661E: hue angle of 50.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73661E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11510230-
CMYK00.110.740.55
HSL50.82º58.62%28.43%-
HSV(B)50.82º73.91%45.1%-
XYZ12.0613.243.15-
YUV97.6889.81140.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=46.56%
G=41.30%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151023000.110.740.5550.8258.6228.43
Hex73661E0B4A37333b1c
Octal1631463601311267637334
Binary111001111001101111001011100101011011111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73661E; }

 p { color: rgb(115,102,30); }

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

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

 a { background-color: rgb(115,102,30); }

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

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

 span { border-color: rgb(115,102,30); }

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