#886D67

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

Shades of Ferra #886D67

Tints of Ferra #886D67

Color information

#886D67 (or 0x886D67) is unknown color: approx Ferra. HEX triplet: 88, 6D and 67. RGB value is (136,109,103). Sum of RGB (Red+Green+Blue) = 136+109+103=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D67 is #779298. Grayscale: #747474. Windows color (decimal): -7836313 or 6778248. OLE color: 6778248.

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

Color convert

RGB136109103-
CMYK00.200.240.47
HSL10.91º13.81%46.86%-
HSV(B)10.91º24.26%53.33%-
XYZ18.0717.1515.19-
YUV116.39120.45141.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=39.08%
G=31.32%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610910300.200.240.4710.9113.8146.86
Hex886D67014182Fbe2f
Octal2101551470243057131657
Binary10001000110110111001110101001100010111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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