#876462

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

Shades of Light Wood #876462

Tints of Light Wood #876462

Color information

#876462 (or 0x876462) is unknown color: approx Light Wood. HEX triplet: 87, 64 and 62. RGB value is (135,100,98). Sum of RGB (Red+Green+Blue) = 135+100+98=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876462 is #789B9D. Grayscale: #6E6E6E. Windows color (decimal): -7904158 or 6448263. OLE color: 6448263.

HSL color Cylindrical-coordinate representation of color #876462: hue angle of 3.24º degrees, saturation: 0.16, 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 #876462 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13510098-
CMYK00.260.270.47
HSL3.24º15.88%45.69%-
HSV(B)3.24º27.41%52.94%-
XYZ16.7515.1513.6-
YUV110.24121.1145.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=40.54%
G=30.03%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351009800.260.270.473.2415.8845.69
Hex87646201A1B2F3102e
Octal207144142032335732056
Binary1000011111001001100010011010110111011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876462; }

 p { color: rgb(135,100,98); }

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

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

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

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

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

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

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