#816463

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

Shades of Light Wood #816463

Tints of Light Wood #816463

Color information

#816463 (or 0x816463) is unknown color: approx Light Wood. HEX triplet: 81, 64 and 63. RGB value is (129,100,99). Sum of RGB (Red+Green+Blue) = 129+100+99=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #816463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816463 is #7E9B9C. Grayscale: #6C6C6C. Windows color (decimal): -8297373 or 6513793. OLE color: 6513793.

HSL color Cylindrical-coordinate representation of color #816463: hue angle of 2º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816463 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB12910099-
CMYK00.220.230.49
HSL13.16%44.71%-
HSV(B)23.26%50.59%-
XYZ15.8614.6813.8-
YUV108.56122.61142.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=39.33%
G=30.49%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291009900.220.230.49213.1644.71
Hex81646301617312d2d
Octal201144143026276121555
Binary100000011100100110001101011010111110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816463; }

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

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

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

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

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

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

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

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