#886D68

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

Shades of Ferra #886D68

Tints of Ferra #886D68

Color information

#886D68 (or 0x886D68) is unknown color: approx Ferra. HEX triplet: 88, 6D and 68. RGB value is (136,109,104). Sum of RGB (Red+Green+Blue) = 136+109+104=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D68 is #779297. Grayscale: #747474. Windows color (decimal): -7836312 or 6843784. OLE color: 6843784.

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

Color convert

RGB136109104-
CMYK00.200.240.47
HSL9.38º13.33%47.06%-
HSV(B)9.38º23.53%53.33%-
XYZ18.1217.1715.46-
YUV116.5120.95141.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=38.97%
G=31.23%
B=29.80%

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
Decimal13610910400.200.240.479.3813.3347.06
Hex886D68014182F9d2f
Octal2101551500243057111557
Binary10001000110110111010000101001100010111110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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