#816B3D

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

Shades of Yellow Metal #816B3D

Tints of Yellow Metal #816B3D

Color information

#816B3D (or 0x816B3D) is unknown color: approx Yellow Metal. HEX triplet: 81, 6B and 3D. RGB value is (129,107,61). Sum of RGB (Red+Green+Blue) = 129+107+61=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B3D is #7E94C2. Grayscale: #6C6C6C. Windows color (decimal): -8295619 or 4025217. OLE color: 4025217.

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

Color convert

RGB12910761-
CMYK00.170.530.49
HSL40.59º35.79%37.25%-
HSV(B)40.59º52.71%50.59%-
XYZ15.1515.526.61-
YUV108.33101.29142.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=43.43%
G=36.03%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291076100.170.530.4940.5935.7937.25
Hex816B3D0113531292425
Octal201153750216561514445
Binary100000011101011111101010001110101110001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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