#886B69

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

Shades of Ferra #886B69

Tints of Ferra #886B69

Color information

#886B69 (or 0x886B69) is unknown color: approx Ferra. HEX triplet: 88, 6B and 69. RGB value is (136,107,105). Sum of RGB (Red+Green+Blue) = 136+107+105=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B69 is #779496. Grayscale: #737373. Windows color (decimal): -7836823 or 6908808. OLE color: 6908808.

HSL color Cylindrical-coordinate representation of color #886B69: hue angle of 3.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886B69 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB136107105-
CMYK00.210.230.47
HSL3.87º12.86%47.25%-
HSV(B)3.87º22.79%53.33%-
XYZ17.9616.7715.65-
YUV115.44122.11142.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=39.08%
G=30.75%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610710500.210.230.473.8712.8647.25
Hex886B69015172F4d2f
Octal210153151025275741557
Binary1000100011010111101001010101101111011111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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