#886968

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

Shades of Ferra #886968

Tints of Ferra #886968

Color information

#886968 (or 0x886968) is unknown color: approx Ferra. HEX triplet: 88, 69 and 68. RGB value is (136,105,104). Sum of RGB (Red+Green+Blue) = 136+105+104=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #886968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886968 is #779697. Grayscale: #727272. Windows color (decimal): -7837336 or 6842760. OLE color: 6842760.

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

Color convert

RGB136105104-
CMYK00.230.240.47
HSL1.88º13.33%47.06%-
HSV(B)1.88º23.53%53.33%-
XYZ17.716.3415.32-
YUV114.16122.27143.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=39.42%
G=30.43%
B=30.14%

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
Decimal13610510400.230.240.471.8813.3347.06
Hex886968017182F2d2f
Octal210151150027305721557
Binary100010001101001110100001011111000101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886968; }

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

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

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

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

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

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

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

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