#736B1A

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

Shades of Olivetone #736B1A

Tints of Olivetone #736B1A

Color information

#736B1A (or 0x736B1A) is unknown color: approx Olivetone. HEX triplet: 73, 6B and 1A. RGB value is (115,107,26). Sum of RGB (Red+Green+Blue) = 115+107+26=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #736B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B1A is #8C94E5. Grayscale: #646464. Windows color (decimal): -9213158 or 1731443. OLE color: 1731443.

HSL color Cylindrical-coordinate representation of color #736B1A: hue angle of 54.61º degrees, saturation: 0.63, 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 #736B1A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11510726-
CMYK00.070.770.55
HSL54.61º63.12%27.65%-
HSV(B)54.61º77.39%45.1%-
XYZ12.5114.233.07-
YUV100.1686.15138.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=46.37%
G=43.15%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151072600.070.770.5554.6163.1227.65
Hex736B1A074D37373f1c
Octal163153320711567677734
Binary11100111101011110100111100110111011111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,107,26); }

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

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

 a { background-color: rgb(115,107,26); }

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

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

 span { border-color: rgb(115,107,26); }

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