#816649

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

Shades of Dark Wood #816649

Tints of Dark Wood #816649

Color information

#816649 (or 0x816649) is unknown color: approx Dark Wood. HEX triplet: 81, 66 and 49. RGB value is (129,102,73). Sum of RGB (Red+Green+Blue) = 129+102+73=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #816649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816649 is #7E99B6. Grayscale: #6A6A6A. Windows color (decimal): -8296887 or 4810369. OLE color: 4810369.

HSL color Cylindrical-coordinate representation of color #816649: hue angle of 31.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816649 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB12910273-
CMYK00.210.430.49
HSL31.07º27.72%39.61%-
HSV(B)31.07º43.41%50.59%-
XYZ15.0114.658.34-
YUV106.77108.95143.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=42.43%
G=33.55%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291027300.210.430.4931.0727.7239.61
Hex8166490152B311f1c28
Octal2011461110255361373450
Binary10000001110011010010010101011010111100011111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816649; }

 p { color: rgb(129,102,73); }

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

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

 a { background-color: rgb(129,102,73); }

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

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

 span { border-color: rgb(129,102,73); }

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