#726A3C

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

Shades of Yellow Metal #726A3C

Tints of Yellow Metal #726A3C

Color information

#726A3C (or 0x726A3C) is unknown color: approx Yellow Metal. HEX triplet: 72, 6A and 3C. RGB value is (114,106,60). Sum of RGB (Red+Green+Blue) = 114+106+60=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A3C is #8D95C3. Grayscale: #676767. Windows color (decimal): -9278916 or 3959410. OLE color: 3959410.

HSL color Cylindrical-coordinate representation of color #726A3C: hue angle of 51.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726A3C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB11410660-
CMYK00.070.470.55
HSL51.11º31.03%34.12%-
HSV(B)51.11º47.37%44.71%-
XYZ12.9114.216.34-
YUV103.15103.65135.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=40.71%
G=37.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141066000.070.470.5551.1131.0334.12
Hex726A3C072F37331f22
Octal16215274075767633742
Binary11100101101010111100011110111111011111001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,60); }

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

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

 a { background-color: rgb(114,106,60); }

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

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

 span { border-color: rgb(114,106,60); }

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