#81634C

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

Shades of Dark Wood #81634C

Tints of Dark Wood #81634C

Color information

#81634C (or 0x81634C) is unknown color: approx Dark Wood. HEX triplet: 81, 63 and 4C. RGB value is (129,99,76). Sum of RGB (Red+Green+Blue) = 129+99+76=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81634C is #7E9CB3. Grayscale: #696969. Windows color (decimal): -8297652 or 5006209. OLE color: 5006209.

HSL color Cylindrical-coordinate representation of color #81634C: hue angle of 26.04º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81634C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1299976-
CMYK00.230.410.49
HSL26.04º25.85%40.2%-
HSV(B)26.04º41.09%50.59%-
XYZ14.8214.118.78-
YUV105.35111.44144.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 76 (30.08% from 255) = 25%
R=42.43%
G=32.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129997600.230.410.4926.0425.8540.2
Hex81634C01729311a1a28
Octal2011431140275161323250
Binary10000001110001110011000101111010011100011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81634C; }

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

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

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

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

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

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

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

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