#806D3A

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

Shades of Yellow Metal #806D3A

Tints of Yellow Metal #806D3A

Color information

#806D3A (or 0x806D3A) is unknown color: approx Yellow Metal. HEX triplet: 80, 6D and 3A. RGB value is (128,109,58). Sum of RGB (Red+Green+Blue) = 128+109+58=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #806D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D3A is #7F92C5. Grayscale: #6D6D6D. Windows color (decimal): -8360646 or 3829120. OLE color: 3829120.

HSL color Cylindrical-coordinate representation of color #806D3A: hue angle of 43.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806D3A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12810958-
CMYK00.150.550.50
HSL43.71º37.63%36.47%-
HSV(B)43.71º54.69%50.2%-
XYZ15.1315.836.26-
YUV108.8799.29141.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=43.39%
G=36.95%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281095800.150.550.5043.7137.6336.47
Hex806D3A0F37322c2624
Octal200155720176762544644
Binary10000000110110111101001111110111110010101100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D3A; }

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

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

<style>
 a { background-color: #806D3A; }

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

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

<style>
 span { border-color: #806D3A; }

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

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