#88706D

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

Shades of Ferra #88706D

Tints of Ferra #88706D

Color information

#88706D (or 0x88706D) is unknown color: approx Ferra. HEX triplet: 88, 70 and 6D. RGB value is (136,112,109). Sum of RGB (Red+Green+Blue) = 136+112+109=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88706D is #778F92. Grayscale: #767676. Windows color (decimal): -7835539 or 7172232. OLE color: 7172232.

HSL color Cylindrical-coordinate representation of color #88706D: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88706D is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136112109-
CMYK00.180.200.47
HSL6.67º11.02%48.04%-
HSV(B)6.67º19.85%53.33%-
XYZ18.7117.9316.94-
YUV118.83122.45140.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=38.10%
G=31.37%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611210900.180.200.476.6711.0248.04
Hex88706D012142F7b30
Octal210160155022245771360
Binary1000100011100001101101010010101001011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88706D; }

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

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

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

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

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

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

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

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