#73681C

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

Shades of Olivetone #73681C

Tints of Olivetone #73681C

Color information

#73681C (or 0x73681C) is unknown color: approx Olivetone. HEX triplet: 73, 68 and 1C. RGB value is (115,104,28). Sum of RGB (Red+Green+Blue) = 115+104+28=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73681C is #8C97E3. Grayscale: #626262. Windows color (decimal): -9213924 or 1861747. OLE color: 1861747.

HSL color Cylindrical-coordinate representation of color #73681C: hue angle of 52.41º 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 #73681C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11510428-
CMYK00.100.760.55
HSL52.41º60.84%28.04%-
HSV(B)52.41º75.65%45.1%-
XYZ12.2313.633.08-
YUV98.6288.14139.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=46.56%
G=42.11%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151042800.100.760.5552.4160.8428.04
Hex73681C0A4C37343d1c
Octal1631503401211467647534
Binary111001111010001110001010100110011011111010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73681C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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