#73661C

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

Shades of Olivetone #73661C

Tints of Olivetone #73661C

Color information

#73661C (or 0x73661C) is unknown color: approx Olivetone. HEX triplet: 73, 66 and 1C. RGB value is (115,102,28). Sum of RGB (Red+Green+Blue) = 115+102+28=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73661C is #8C99E3. Grayscale: #616161. Windows color (decimal): -9214436 or 1861235. OLE color: 1861235.

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

Color convert

RGB11510228-
CMYK00.110.760.55
HSL51.03º60.84%28.04%-
HSV(B)51.03º75.65%45.1%-
XYZ12.0313.233.02-
YUV97.4588.81140.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=46.94%
G=41.63%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151022800.110.760.5551.0360.8428.04
Hex73661C0B4C37333d1c
Octal1631463401311467637534
Binary111001111001101110001011100110011011111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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