#876363

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

Shades of Light Wood #876363

Tints of Light Wood #876363

Color information

#876363 (or 0x876363) is unknown color: approx Light Wood. HEX triplet: 87, 63 and 63. RGB value is (135,99,99). Sum of RGB (Red+Green+Blue) = 135+99+99=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876363 is #789C9C. Grayscale: #6D6D6D. Windows color (decimal): -7904413 or 6513543. OLE color: 6513543.

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

Color convert

RGB1359999-
CMYK00.270.270.47
HSL15.38%45.88%-
HSV(B)26.67%52.94%-
XYZ16.7114.9813.81-
YUV109.76121.93146-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=40.54%
G=29.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135999900.270.270.47015.3845.88
Hex87636301B1B2F0f2e
Octal207143143033335701756
Binary10000111110001111000110110111101110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876363; }

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

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

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

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

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

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

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

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