#886D69

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

Shades of Ferra #886D69

Tints of Ferra #886D69

Color information

#886D69 (or 0x886D69) is unknown color: approx Ferra. HEX triplet: 88, 6D and 69. RGB value is (136,109,105). Sum of RGB (Red+Green+Blue) = 136+109+105=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D69 is #779296. Grayscale: #747474. Windows color (decimal): -7836311 or 6909320. OLE color: 6909320.

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

Color convert

RGB136109105-
CMYK00.200.230.47
HSL7.74º12.86%47.25%-
HSV(B)7.74º22.79%53.33%-
XYZ18.1717.1915.73-
YUV116.62121.45141.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 105 (41.41% from 255) = 30%
R=38.86%
G=31.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610910500.200.230.477.7412.8647.25
Hex886D69014172F8d2f
Octal2101551510242757101557
Binary10001000110110111010010101001011110111110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D69; }

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

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

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

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

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

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

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

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