#886A6A

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

Shades of Ferra #886A6A

Tints of Ferra #886A6A

Color information

#886A6A (or 0x886A6A) is unknown color: approx Ferra. HEX triplet: 88, 6A and 6A. RGB value is (136,106,106). Sum of RGB (Red+Green+Blue) = 136+106+106=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A6A is #779595. Grayscale: #737373. Windows color (decimal): -7837078 or 6974088. OLE color: 6974088.

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

Color convert

RGB136106106-
CMYK00.220.220.47
HSL12.4%47.45%-
HSV(B)22.06%53.33%-
XYZ17.9116.5815.89-
YUV114.97122.94143-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=39.08%
G=30.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610610600.220.220.47012.447.45
Hex886A6A016162F0c2f
Octal210152152026265701457
Binary10001000110101011010100101101011010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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