#816A39

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

Shades of Yellow Metal #816A39

Tints of Yellow Metal #816A39

Color information

#816A39 (or 0x816A39) is unknown color: approx Yellow Metal. HEX triplet: 81, 6A and 39. RGB value is (129,106,57). Sum of RGB (Red+Green+Blue) = 129+106+57=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #816A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A39 is #7E95C6. Grayscale: #6B6B6B. Windows color (decimal): -8295879 or 3762817. OLE color: 3762817.

HSL color Cylindrical-coordinate representation of color #816A39: hue angle of 40.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #816A39 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB12910657-
CMYK00.180.560.49
HSL40.83º38.71%36.47%-
HSV(B)40.83º55.81%50.59%-
XYZ14.9515.276.03-
YUV107.2999.62143.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 106 (41.80% from 255) = 36.30%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=44.18%
G=36.30%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291065700.180.560.4940.8338.7136.47
Hex816A390123831292724
Octal201152710227061514744
Binary100000011101010111001010010111000110001101001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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