#886868

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

Shades of Ferra #886868

Tints of Ferra #886868

Color information

#886868 (or 0x886868) is unknown color: approx Ferra. HEX triplet: 88, 68 and 68. RGB value is (136,104,104). Sum of RGB (Red+Green+Blue) = 136+104+104=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886868 is #779797. Grayscale: #717171. Windows color (decimal): -7837592 or 6842504. OLE color: 6842504.

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

Color convert

RGB136104104-
CMYK00.240.240.47
HSL13.33%47.06%-
HSV(B)23.53%53.33%-
XYZ17.616.1315.28-
YUV113.57122.6144-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=39.53%
G=30.23%
B=30.23%

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
Decimal13610410400.240.240.47013.3347.06
Hex886868018182F0d2f
Octal210150150030305701557
Binary10001000110100011010000110001100010111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886868; }

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

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

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

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

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

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

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

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