#886867

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

Shades of Ferra #886867

Tints of Ferra #886867

Color information

#886867 (or 0x886867) is unknown color: approx Ferra. HEX triplet: 88, 68 and 67. RGB value is (136,104,103). Sum of RGB (Red+Green+Blue) = 136+104+103=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #886867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886867 is #779798. Grayscale: #717171. Windows color (decimal): -7837593 or 6776968. OLE color: 6776968.

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

Color convert

RGB136104103-
CMYK00.240.240.47
HSL1.82º13.81%46.86%-
HSV(B)1.82º24.26%53.33%-
XYZ17.5516.1115.02-
YUV113.45122.1144.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=39.65%
G=30.32%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610410300.240.240.471.8213.8146.86
Hex886867018182F2e2f
Octal210150147030305721657
Binary100010001101000110011101100011000101111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886867; }

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

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

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

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

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

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

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

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