#81624A

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

Shades of Dark Wood #81624A

Tints of Dark Wood #81624A

Color information

#81624A (or 0x81624A) is unknown color: approx Dark Wood. HEX triplet: 81, 62 and 4A. RGB value is (129,98,74). Sum of RGB (Red+Green+Blue) = 129+98+74=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #81624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81624A is #7E9DB5. Grayscale: #686868. Windows color (decimal): -8297910 or 4874881. OLE color: 4874881.

HSL color Cylindrical-coordinate representation of color #81624A: hue angle of 26.18º degrees, saturation: 0.27, 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 #81624A is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1299874-
CMYK00.240.430.49
HSL26.18º27.09%39.8%-
HSV(B)26.18º42.64%50.59%-
XYZ14.6613.98.39-
YUV104.53110.77145.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=42.86%
G=32.56%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129987400.240.430.4926.1827.0939.8
Hex81624A0182B311a1b28
Octal2011421120305361323350
Binary10000001110001010010100110001010111100011101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81624A; }

 p { color: rgb(129,98,74); }

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

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

 a { background-color: rgb(129,98,74); }

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

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

 span { border-color: rgb(129,98,74); }

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