#7F683E

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

Shades of Yellow Metal #7F683E

Tints of Yellow Metal #7F683E

Color information

#7F683E (or 0x7F683E) is unknown color: approx Yellow Metal. HEX triplet: 7F, 68 and 3E. RGB value is (127,104,62). Sum of RGB (Red+Green+Blue) = 127+104+62=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F683E is #8097C1. Grayscale: #6A6A6A. Windows color (decimal): -8427458 or 4089983. OLE color: 4089983.

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

Color convert

RGB12710462-
CMYK00.180.510.50
HSL38.77º34.39%37.06%-
HSV(B)38.77º51.18%49.8%-
XYZ14.5714.766.64-
YUV106.09103.12142.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=43.34%
G=35.49%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271046200.180.510.5038.7734.3937.06
Hex7F683E0123332272225
Octal177150760226362474245
Binary11111111101000111110010010110011110010100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,104,62); }

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

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

 a { background-color: rgb(127,104,62); }

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

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

 span { border-color: rgb(127,104,62); }

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