#816261

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

Shades of Light Wood #816261

Tints of Light Wood #816261

Color information

#816261 (or 0x816261) is unknown color: approx Light Wood. HEX triplet: 81, 62 and 61. RGB value is (129,98,97). Sum of RGB (Red+Green+Blue) = 129+98+97=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #816261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816261 is #7E9D9E. Grayscale: #6B6B6B. Windows color (decimal): -8297887 or 6382209. OLE color: 6382209.

HSL color Cylindrical-coordinate representation of color #816261: hue angle of 1.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816261 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1299897-
CMYK00.240.250.49
HSL1.88º14.16%44.31%-
HSV(B)1.88º24.81%50.59%-
XYZ15.5814.2713.24-
YUV107.16122.27143.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=39.81%
G=30.25%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129989700.240.250.491.8814.1644.31
Hex81626101819312e2c
Octal201142141030316121654
Binary100000011100010110000101100011001110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816261; }

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

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

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

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

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

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

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

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