#726B3F

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

Shades of Yellow Metal #726B3F

Tints of Yellow Metal #726B3F

Color information

#726B3F (or 0x726B3F) is unknown color: approx Yellow Metal. HEX triplet: 72, 6B and 3F. RGB value is (114,107,63). Sum of RGB (Red+Green+Blue) = 114+107+63=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B3F is #8D94C0. Grayscale: #686868. Windows color (decimal): -9278657 or 4156274. OLE color: 4156274.

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

Color convert

RGB11410763-
CMYK00.060.450.55
HSL51.76º28.81%34.71%-
HSV(B)51.76º44.74%44.71%-
XYZ13.0914.456.8-
YUV104.08104.82135.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 63 (25% from 255) = 22.18%
R=40.14%
G=37.68%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141076300.060.450.5551.7628.8134.71
Hex726B3F062D37341d23
Octal16215377065567643543
Binary11100101101011111111011010110111011111010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B3F; }

 p { color: rgb(114,107,63); }

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

<style>
 a { background-color: #726B3F; }

 a { background-color: rgb(114,107,63); }

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

<style>
 span { border-color: #726B3F; }

 span { border-color: rgb(114,107,63); }

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