#88866F

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

Shades of Schist #88866F

Tints of Schist #88866F

Color information

#88866F (or 0x88866F) is unknown color: approx Schist. HEX triplet: 88, 86 and 6F. RGB value is (136,134,111). Sum of RGB (Red+Green+Blue) = 136+134+111=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #88866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88866F is #777990. Grayscale: #848484. Windows color (decimal): -7829905 or 7308936. OLE color: 7308936.

HSL color Cylindrical-coordinate representation of color #88866F: hue angle of 55.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88866F is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136134111-
CMYK00.010.180.47
HSL55.2º10.12%48.43%-
HSV(B)55.2º18.38%53.33%-
XYZ21.5523.4318.43-
YUV131.98116.16130.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=35.70%
G=35.17%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613411100.010.180.4755.210.1248.43
Hex88866F01122F37a30
Octal210206157012257671260
Binary1000100010000110110111101100101011111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88866F; }

 p { color: rgb(136,134,111); }

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

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

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

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

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

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

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