#887069

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

Shades of Ferra #887069

Tints of Ferra #887069

Color information

#887069 (or 0x887069) is unknown color: approx Ferra. HEX triplet: 88, 70 and 69. RGB value is (136,112,105). Sum of RGB (Red+Green+Blue) = 136+112+105=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887069 is #778F96. Grayscale: #767676. Windows color (decimal): -7835543 or 6910088. OLE color: 6910088.

HSL color Cylindrical-coordinate representation of color #887069: hue angle of 13.55º 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 #887069 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB136112105-
CMYK00.180.230.47
HSL13.55º12.86%47.25%-
HSV(B)13.55º22.79%53.33%-
XYZ18.517.8415.83-
YUV118.38120.45140.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=38.53%
G=31.73%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611210500.180.230.4713.5512.8647.25
Hex887069012172Fed2f
Octal2101601510222757161557
Binary10001000111000011010010100101011110111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887069; }

 p { color: rgb(136,112,105); }

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

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

 a { background-color: rgb(136,112,105); }

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

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

 span { border-color: rgb(136,112,105); }

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