#816B40

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

Shades of Yellow Metal #816B40

Tints of Yellow Metal #816B40

Color information

#816B40 (or 0x816B40) is unknown color: approx Yellow Metal. HEX triplet: 81, 6B and 40. RGB value is (129,107,64). Sum of RGB (Red+Green+Blue) = 129+107+64=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #816B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B40 is #7E94BF. Grayscale: #6C6C6C. Windows color (decimal): -8295616 or 4221825. OLE color: 4221825.

HSL color Cylindrical-coordinate representation of color #816B40: hue angle of 39.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816B40 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12910764-
CMYK00.170.500.49
HSL39.69º33.68%37.84%-
HSV(B)39.69º50.39%50.59%-
XYZ15.2415.557.05-
YUV108.68102.79142.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=43%
G=35.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291076400.170.500.4939.6933.6837.84
Hex816B400113231282226
Octal2011531000216261504246
Binary1000000111010111000000010001110010110001101000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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