#736A3F

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

Shades of Yellow Metal #736A3F

Tints of Yellow Metal #736A3F

Color information

#736A3F (or 0x736A3F) is unknown color: approx Yellow Metal. HEX triplet: 73, 6A and 3F. RGB value is (115,106,63). Sum of RGB (Red+Green+Blue) = 115+106+63=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A3F is #8C95C0. Grayscale: #676767. Windows color (decimal): -9213377 or 4156019. OLE color: 4156019.

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

Color convert

RGB11510663-
CMYK00.080.450.55
HSL49.62º29.21%34.9%-
HSV(B)49.62º45.22%45.1%-
XYZ13.1214.316.77-
YUV103.79104.98136-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 63 (25% from 255) = 22.18%
R=40.49%
G=37.32%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151066300.080.450.5549.6229.2134.9
Hex736A3F082D37321d23
Octal163152770105567623543
Binary111001111010101111110100010110111011111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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