#876B5C

Color #876B5C Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #876B5C

Tints of Beaver #876B5C

Color information

#876B5C (or 0x876B5C) is unknown color: approx Beaver. HEX triplet: 87, 6B and 5C. RGB value is (135,107,92). Sum of RGB (Red+Green+Blue) = 135+107+92=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B5C is #7894A3. Grayscale: #717171. Windows color (decimal): -7902372 or 6056839. OLE color: 6056839.

HSL color Cylindrical-coordinate representation of color #876B5C: hue angle of 20.93º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876B5C is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13510792-
CMYK00.210.320.47
HSL20.93º18.94%44.51%-
HSV(B)20.93º31.85%52.94%-
XYZ17.1816.4412.39-
YUV113.66115.78143.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=40.42%
G=32.04%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351079200.210.320.4720.9318.9444.51
Hex876B5C015202F15132d
Octal2071531340254057252355
Binary10000111110101110111000101011000001011111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876B5C; }

 p { color: rgb(135,107,92); }

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

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

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

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

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

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

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