#73661B

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

Shades of Olivetone #73661B

Tints of Olivetone #73661B

Color information

#73661B (or 0x73661B) is unknown color: approx Olivetone. HEX triplet: 73, 66 and 1B. RGB value is (115,102,27). Sum of RGB (Red+Green+Blue) = 115+102+27=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73661B is #8C99E4. Grayscale: #616161. Windows color (decimal): -9214437 or 1795699. OLE color: 1795699.

HSL color Cylindrical-coordinate representation of color #73661B: hue angle of 51.14º 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 #73661B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11510227-
CMYK00.110.770.55
HSL51.14º61.97%27.84%-
HSV(B)51.14º76.52%45.1%-
XYZ12.0213.232.96-
YUV97.3488.31140.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=47.13%
G=41.80%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151022700.110.770.5551.1461.9727.84
Hex73661B0B4D37333e1c
Octal1631463301311567637634
Binary111001111001101101101011100110111011111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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