#7F6D3D

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

Shades of Yellow Metal #7F6D3D

Tints of Yellow Metal #7F6D3D

Color information

#7F6D3D (or 0x7F6D3D) is unknown color: approx Yellow Metal. HEX triplet: 7F, 6D and 3D. RGB value is (127,109,61). Sum of RGB (Red+Green+Blue) = 127+109+61=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6D3D is #8092C2. Grayscale: #6D6D6D. Windows color (decimal): -8426179 or 4025727. OLE color: 4025727.

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

Color convert

RGB12710961-
CMYK00.140.520.50
HSL43.64º35.11%36.86%-
HSV(B)43.64º51.97%49.8%-
XYZ15.0615.796.67-
YUV108.91100.96140.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.76%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=42.76%
G=36.70%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271096100.140.520.5043.6435.1136.86
Hex7F6D3D0E34322c2325
Octal177155750166462544345
Binary1111111110110111110101110110100110010101100100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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