#876261

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

Shades of Light Wood #876261

Tints of Light Wood #876261

Color information

#876261 (or 0x876261) is unknown color: approx Light Wood. HEX triplet: 87, 62 and 61. RGB value is (135,98,97). Sum of RGB (Red+Green+Blue) = 135+98+97=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #876261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876261 is #789D9E. Grayscale: #6C6C6C. Windows color (decimal): -7904671 or 6382215. OLE color: 6382215.

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

Color convert

RGB1359897-
CMYK00.270.280.47
HSL1.58º16.38%45.49%-
HSV(B)1.58º28.15%52.94%-
XYZ16.5214.7513.29-
YUV108.95121.26146.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=40.91%
G=29.70%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135989700.270.280.471.5816.3845.49
Hex87626101B1C2F2102d
Octal207142141033345722055
Binary1000011111000101100001011011111001011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876261; }

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

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

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

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

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

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

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

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