#81613E

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

Shades of Dark Wood #81613E

Tints of Dark Wood #81613E

Color information

#81613E (or 0x81613E) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 3E. RGB value is (129,97,62). Sum of RGB (Red+Green+Blue) = 129+97+62=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81613E is #7E9EC1. Grayscale: #666666. Windows color (decimal): -8298178 or 4088193. OLE color: 4088193.

HSL color Cylindrical-coordinate representation of color #81613E: hue angle of 31.34º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81613E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1299762-
CMYK00.250.520.49
HSL31.34º35.08%37.45%-
HSV(B)31.34º51.94%50.59%-
XYZ14.213.566.43-
YUV102.58105.1146.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=44.79%
G=33.68%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129976200.250.520.4931.3435.0837.45
Hex81613E01934311f2325
Octal201141760316461374345
Binary10000001110000111111001100111010011000111111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81613E; }

 p { color: rgb(129,97,62); }

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

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

 a { background-color: rgb(129,97,62); }

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

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

 span { border-color: rgb(129,97,62); }

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