#736A0F

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

Shades of Olivetone #736A0F

Tints of Olivetone #736A0F

Color information

#736A0F (or 0x736A0F) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 0F. RGB value is (115,106,15). Sum of RGB (Red+Green+Blue) = 115+106+15=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A0F is #8C95F0. Grayscale: #626262. Windows color (decimal): -9213425 or 1010291. OLE color: 1010291.

HSL color Cylindrical-coordinate representation of color #736A0F: hue angle of 54.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #736A0F is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11510615-
CMYK00.080.870.55
HSL54.6º76.92%25.49%-
HSV(B)54.6º86.96%45.1%-
XYZ12.3113.992.5-
YUV98.3280.98139.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 15 (6.25% from 255) = 6.36%
R=48.73%
G=44.92%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151061500.080.870.5554.676.9225.49
Hex736AF085737374d19
Octal16315217010127676711531
Binary111001111010101111010001010111110111110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A0F; }

 p { color: rgb(115,106,15); }

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

<style>
 a { background-color: #736A0F; }

 a { background-color: rgb(115,106,15); }

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

<style>
 span { border-color: #736A0F; }

 span { border-color: rgb(115,106,15); }

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