#816346

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

Shades of Dark Wood #816346

Tints of Dark Wood #816346

Color information

#816346 (or 0x816346) is unknown color: approx Dark Wood. HEX triplet: 81, 63 and 46. RGB value is (129,99,70). Sum of RGB (Red+Green+Blue) = 129+99+70=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #816346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816346 is #7E9CB9. Grayscale: #686868. Windows color (decimal): -8297658 or 4612993. OLE color: 4612993.

HSL color Cylindrical-coordinate representation of color #816346: hue angle of 29.49º 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 #816346 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1299970-
CMYK00.230.460.49
HSL29.49º29.65%39.02%-
HSV(B)29.49º45.74%50.59%-
XYZ14.6214.037.73-
YUV104.66108.44145.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=43.29%
G=33.22%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129997000.230.460.4929.4929.6539.02
Hex8163460172E311d1e27
Octal2011431060275661353647
Binary10000001110001110001100101111011101100011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816346; }

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

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

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

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

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

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

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

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