#876968

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

Shades of Ferra #876968

Tints of Ferra #876968

Color information

#876968 (or 0x876968) is unknown color: approx Ferra. HEX triplet: 87, 69 and 68. RGB value is (135,105,104). Sum of RGB (Red+Green+Blue) = 135+105+104=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #876968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876968 is #789697. Grayscale: #717171. Windows color (decimal): -7902872 or 6842759. OLE color: 6842759.

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

Color convert

RGB135105104-
CMYK00.220.230.47
HSL1.94º12.97%46.86%-
HSV(B)1.94º22.96%52.94%-
XYZ17.5416.2515.31-
YUV113.86122.44143.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=39.24%
G=30.52%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510510400.220.230.471.9412.9746.86
Hex876968016172F2d2f
Octal207151150026275721557
Binary100001111101001110100001011010111101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876968; }

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

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

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

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

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

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

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

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