#816146

Color #816146 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #816146

Tints of Dark Wood #816146

Color information

#816146 (or 0x816146) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 46. RGB value is (129,97,70). Sum of RGB (Red+Green+Blue) = 129+97+70=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #816146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816146 is #7E9EB9. Grayscale: #676767. Windows color (decimal): -8298170 or 4612481. OLE color: 4612481.

HSL color Cylindrical-coordinate representation of color #816146: hue angle of 27.46º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816146 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1299770-
CMYK00.250.460.49
HSL27.46º29.65%39.02%-
HSV(B)27.46º45.74%50.59%-
XYZ14.4313.667.67-
YUV103.49109.1146.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=43.58%
G=32.77%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129977000.250.460.4927.4629.6539.02
Hex8161460192E311b1e27
Octal2011411060315661333647
Binary10000001110000110001100110011011101100011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816146; }

 p { color: rgb(129,97,70); }

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

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

 a { background-color: rgb(129,97,70); }

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

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

 span { border-color: rgb(129,97,70); }

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