#876262

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

Shades of Light Wood #876262

Tints of Light Wood #876262

Color information

#876262 (or 0x876262) is unknown color: approx Light Wood. HEX triplet: 87, 62 and 62. RGB value is (135,98,98). Sum of RGB (Red+Green+Blue) = 135+98+98=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #876262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876262 is #789D9D. Grayscale: #6D6D6D. Windows color (decimal): -7904670 or 6447751. OLE color: 6447751.

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

Color convert

RGB1359898-
CMYK00.270.270.47
HSL15.88%45.69%-
HSV(B)27.41%52.94%-
XYZ16.5614.7713.53-
YUV109.06121.76146.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=40.79%
G=29.61%
B=29.61%

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
Decimal135989800.270.270.47015.8845.69
Hex87626201B1B2F0102e
Octal207142142033335702056
Binary100001111100010110001001101111011101111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876262; }

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

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

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

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

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

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

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

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