#816A40

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

Shades of Yellow Metal #816A40

Tints of Yellow Metal #816A40

Color information

#816A40 (or 0x816A40) is unknown color: approx Yellow Metal. HEX triplet: 81, 6A and 40. RGB value is (129,106,64). Sum of RGB (Red+Green+Blue) = 129+106+64=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #816A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A40 is #7E95BF. Grayscale: #6C6C6C. Windows color (decimal): -8295872 or 4221569. OLE color: 4221569.

HSL color Cylindrical-coordinate representation of color #816A40: hue angle of 38.77º 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 #816A40 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12910664-
CMYK00.180.500.49
HSL38.77º33.68%37.84%-
HSV(B)38.77º50.39%50.59%-
XYZ15.1315.357.01-
YUV108.09103.12142.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=43.14%
G=35.45%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291066400.180.500.4938.7733.6837.84
Hex816A400123231272226
Octal2011521000226261474246
Binary1000000111010101000000010010110010110001100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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