#896363

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

Shades of Light Wood #896363

Tints of Light Wood #896363

Color information

#896363 (or 0x896363) is unknown color: approx Light Wood. HEX triplet: 89, 63 and 63. RGB value is (137,99,99). Sum of RGB (Red+Green+Blue) = 137+99+99=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896363 is #769C9C. Grayscale: #6E6E6E. Windows color (decimal): -7773341 or 6513545. OLE color: 6513545.

HSL color Cylindrical-coordinate representation of color #896363: hue angle of 0º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896363 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1379999-
CMYK00.280.280.46
HSL16.1%46.27%-
HSV(B)27.74%53.73%-
XYZ17.0315.1413.83-
YUV110.36121.59147-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=40.90%
G=29.55%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137999900.280.280.46016.146.27
Hex89636301C1C2E0102e
Octal211143143034345602056
Binary100010011100011110001101110011100101110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896363; }

 p { color: rgb(137,99,99); }

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

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

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

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

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

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

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