#876967

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

Shades of Ferra #876967

Tints of Ferra #876967

Color information

#876967 (or 0x876967) is unknown color: approx Ferra. HEX triplet: 87, 69 and 67. RGB value is (135,105,103). Sum of RGB (Red+Green+Blue) = 135+105+103=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876967 is #789698. Grayscale: #717171. Windows color (decimal): -7902873 or 6777223. OLE color: 6777223.

HSL color Cylindrical-coordinate representation of color #876967: hue angle of 3.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876967 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB135105103-
CMYK00.220.240.47
HSL3.75º13.45%46.67%-
HSV(B)3.75º23.7%52.94%-
XYZ17.4916.2315.04-
YUV113.74121.94143.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=39.36%
G=30.61%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510510300.220.240.473.7513.4546.67
Hex876967016182F4d2f
Octal207151147026305741557
Binary1000011111010011100111010110110001011111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876967; }

 p { color: rgb(135,105,103); }

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

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

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

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

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

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

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