#73691B

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

Shades of Olivetone #73691B

Tints of Olivetone #73691B

Color information

#73691B (or 0x73691B) is unknown color: approx Olivetone. HEX triplet: 73, 69 and 1B. RGB value is (115,105,27). Sum of RGB (Red+Green+Blue) = 115+105+27=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73691B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73691B is #8C96E4. Grayscale: #636363. Windows color (decimal): -9213669 or 1796467. OLE color: 1796467.

HSL color Cylindrical-coordinate representation of color #73691B: hue angle of 53.18º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73691B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11510527-
CMYK00.090.770.55
HSL53.18º61.97%27.84%-
HSV(B)53.18º76.52%45.1%-
XYZ12.3213.833.06-
YUV99.187.31139.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=46.56%
G=42.51%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151052700.090.770.5553.1861.9727.84
Hex73691B094D37353e1c
Octal1631513301111567657634
Binary111001111010011101101001100110111011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73691B; }

 p { color: rgb(115,105,27); }

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

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

 a { background-color: rgb(115,105,27); }

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

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

 span { border-color: rgb(115,105,27); }

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