#816B3E

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

Shades of Yellow Metal #816B3E

Tints of Yellow Metal #816B3E

Color information

#816B3E (or 0x816B3E) is unknown color: approx Yellow Metal. HEX triplet: 81, 6B and 3E. RGB value is (129,107,62). Sum of RGB (Red+Green+Blue) = 129+107+62=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #816B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B3E is #7E94C1. Grayscale: #6C6C6C. Windows color (decimal): -8295618 or 4090753. OLE color: 4090753.

HSL color Cylindrical-coordinate representation of color #816B3E: hue angle of 40.3º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816B3E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB12910762-
CMYK00.170.520.49
HSL40.3º35.08%37.45%-
HSV(B)40.3º51.94%50.59%-
XYZ15.1815.536.75-
YUV108.45101.79142.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=43.29%
G=35.91%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291076200.170.520.4940.335.0837.45
Hex816B3E0113431282325
Octal201153760216461504345
Binary100000011101011111110010001110100110001101000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B3E; }

 p { color: rgb(129,107,62); }

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

<style>
 a { background-color: #816B3E; }

 a { background-color: rgb(129,107,62); }

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

<style>
 span { border-color: #816B3E; }

 span { border-color: rgb(129,107,62); }

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