#7f6d3a

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

Shades of Yellow Metal #7F6D3A

Tints of Yellow Metal #7F6D3A

Color information

#7F6D3A (or 0x7F6D3A) is unknown color: approx Yellow Metal. HEX triplet: 7F, 6D and 3A. RGB value is (127,109,58). Sum of RGB (Red+Green+Blue) = 127+109+58=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6D3A is #8092C5. Grayscale: #6C6C6C. Windows color (decimal): -8426182 or 3829119. OLE color: 3829119.

HSL color Cylindrical-coordinate representation of color #7F6D3A: hue angle of 44.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F6D3A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB12710958-
CMYK00.140.540.50
HSL44.35º37.3%36.27%-
HSV(B)44.35º54.33%49.8%-
XYZ14.9815.756.25-
YUV108.5799.46141.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=43.20%
G=37.07%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271095800.140.540.5044.3537.336.27
Hex7F6D3A0E36322c2524
Octal177155720166662544544
Binary1111111110110111101001110110110110010101100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f6d3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f6d3a; }

 p { color: rgb(127,109,58); }

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

<style>
 a { background-color: #7f6d3a; }

 a { background-color: rgb(127,109,58); }

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

<style>
 span { border-color: #7f6d3a; }

 span { border-color: rgb(127,109,58); }

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