#816644

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

Shades of Dark Wood #816644

Tints of Dark Wood #816644

Color information

#816644 (or 0x816644) is unknown color: approx Dark Wood. HEX triplet: 81, 66 and 44. RGB value is (129,102,68). Sum of RGB (Red+Green+Blue) = 129+102+68=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #816644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816644 is #7E99BB. Grayscale: #6A6A6A. Windows color (decimal): -8296892 or 4482689. OLE color: 4482689.

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

Color convert

RGB12910268-
CMYK00.210.470.49
HSL33.44º30.96%38.63%-
HSV(B)33.44º47.29%50.59%-
XYZ14.8514.597.5-
YUV106.2106.45144.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=43.14%
G=34.11%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291026800.210.470.4933.4430.9638.63
Hex8166440152F31211f27
Octal2011461040255761413747
Binary100000011100110100010001010110111111000110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816644; }

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

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

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

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

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

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

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

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