#7F683F

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

Shades of Yellow Metal #7F683F

Tints of Yellow Metal #7F683F

Color information

#7F683F (or 0x7F683F) is unknown color: approx Yellow Metal. HEX triplet: 7F, 68 and 3F. RGB value is (127,104,63). Sum of RGB (Red+Green+Blue) = 127+104+63=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F683F is #8097C0. Grayscale: #6A6A6A. Windows color (decimal): -8427457 or 4155519. OLE color: 4155519.

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

Color convert

RGB12710463-
CMYK00.180.500.50
HSL38.44º33.68%37.25%-
HSV(B)38.44º50.39%49.8%-
XYZ14.614.776.78-
YUV106.2103.62142.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 63 (25% from 255) = 21.43%
R=43.20%
G=35.37%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271046300.180.500.5038.4433.6837.25
Hex7F683F0123232262225
Octal177150770226262464245
Binary11111111101000111111010010110010110010100110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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