#736C1A

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

Shades of Olivetone #736C1A

Tints of Olivetone #736C1A

Color information

#736C1A (or 0x736C1A) is unknown color: approx Olivetone. HEX triplet: 73, 6C and 1A. RGB value is (115,108,26). Sum of RGB (Red+Green+Blue) = 115+108+26=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #736C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C1A is #8C93E5. Grayscale: #656565. Windows color (decimal): -9212902 or 1731699. OLE color: 1731699.

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

Color convert

RGB11510826-
CMYK00.060.770.55
HSL55.28º63.12%27.65%-
HSV(B)55.28º77.39%45.1%-
XYZ12.6214.443.1-
YUV100.7485.82138.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=46.18%
G=43.37%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151082600.060.770.5555.2863.1227.65
Hex736C1A064D37373f1c
Octal163154320611567677734
Binary11100111101100110100110100110111011111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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