#886967

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

Shades of Ferra #886967

Tints of Ferra #886967

Color information

#886967 (or 0x886967) is unknown color: approx Ferra. HEX triplet: 88, 69 and 67. RGB value is (136,105,103). Sum of RGB (Red+Green+Blue) = 136+105+103=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886967 is #779698. Grayscale: #727272. Windows color (decimal): -7837337 or 6777224. OLE color: 6777224.

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

Color convert

RGB136105103-
CMYK00.230.240.47
HSL3.64º13.81%46.86%-
HSV(B)3.64º24.26%53.33%-
XYZ17.6516.3215.05-
YUV114.04121.77143.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=39.53%
G=30.52%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610510300.230.240.473.6413.8146.86
Hex886967017182F4e2f
Octal210151147027305741657
Binary1000100011010011100111010111110001011111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886967; }

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

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

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

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

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

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

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

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