#81644B

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

Shades of Dark Wood #81644B

Tints of Dark Wood #81644B

Color information

#81644B (or 0x81644B) is unknown color: approx Dark Wood. HEX triplet: 81, 64 and 4B. RGB value is (129,100,75). Sum of RGB (Red+Green+Blue) = 129+100+75=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81644B is #7E9BB4. Grayscale: #696969. Windows color (decimal): -8297397 or 4940929. OLE color: 4940929.

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

Color convert

RGB12910075-
CMYK00.220.420.49
HSL27.78º26.47%40%-
HSV(B)27.78º41.86%50.59%-
XYZ14.8814.298.63-
YUV105.82110.61144.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=42.43%
G=32.89%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291007500.220.420.4927.7826.4740
Hex81644B0162A311c1a28
Octal2011441130265261343250
Binary10000001110010010010110101101010101100011110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81644B; }

 p { color: rgb(129,100,75); }

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

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

 a { background-color: rgb(129,100,75); }

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

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

 span { border-color: rgb(129,100,75); }

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