#816C3A

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

Shades of Yellow Metal #816C3A

Tints of Yellow Metal #816C3A

Color information

#816C3A (or 0x816C3A) is unknown color: approx Yellow Metal. HEX triplet: 81, 6C and 3A. RGB value is (129,108,58). Sum of RGB (Red+Green+Blue) = 129+108+58=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #816C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C3A is #7E93C5. Grayscale: #6C6C6C. Windows color (decimal): -8295366 or 3828865. OLE color: 3828865.

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

Color convert

RGB12910858-
CMYK00.160.550.49
HSL42.25º37.97%36.67%-
HSV(B)42.25º55.04%50.59%-
XYZ15.1815.76.23-
YUV108.5899.46142.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=43.73%
G=36.61%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291085800.160.550.4942.2537.9736.67
Hex816C3A01037312a2625
Octal201154720206761524645
Binary100000011101100111010010000110111110001101010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,58); }

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

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

 a { background-color: rgb(129,108,58); }

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

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

 span { border-color: rgb(129,108,58); }

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