#73692A

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

Shades of Olivetone #73692A

Tints of Olivetone #73692A

Color information

#73692A (or 0x73692A) is unknown color: approx Olivetone. HEX triplet: 73, 69 and 2A. RGB value is (115,105,42). Sum of RGB (Red+Green+Blue) = 115+105+42=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73692A is #8C96D5. Grayscale: #656565. Windows color (decimal): -9213654 or 2779507. OLE color: 2779507.

HSL color Cylindrical-coordinate representation of color #73692A: hue angle of 51.78º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73692A is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11510542-
CMYK00.090.630.55
HSL51.78º46.5%30.78%-
HSV(B)51.78º63.48%45.1%-
XYZ12.5413.924.22-
YUV100.8194.81138.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=43.89%
G=40.08%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151054200.090.630.5551.7846.530.78
Hex73692A093F37342e1f
Octal163151520117767645637
Binary111001111010011010100100111111111011111010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73692A; }

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

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

<style>
 a { background-color: #73692A; }

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

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

<style>
 span { border-color: #73692A; }

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

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