#876C5C

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

Shades of Beaver #876C5C

Tints of Beaver #876C5C

Color information

#876C5C (or 0x876C5C) is unknown color: approx Beaver. HEX triplet: 87, 6C and 5C. RGB value is (135,108,92). Sum of RGB (Red+Green+Blue) = 135+108+92=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C5C is #7893A3. Grayscale: #727272. Windows color (decimal): -7902116 or 6057095. OLE color: 6057095.

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

Color convert

RGB13510892-
CMYK00.20.320.47
HSL22.33º18.94%44.51%-
HSV(B)22.33º31.85%52.94%-
XYZ17.2916.6512.43-
YUV114.25115.45142.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=40.30%
G=32.24%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351089200.20.320.4722.3318.9444.51
Hex876C5C014202F16132d
Octal2071541340244057262355
Binary10000111110110010111000101001000001011111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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