#88806F

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

Shades of Concord #88806F

Tints of Concord #88806F

Color information

#88806F (or 0x88806F) is unknown color: approx Concord. HEX triplet: 88, 80 and 6F. RGB value is (136,128,111). Sum of RGB (Red+Green+Blue) = 136+128+111=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88806F is #777F90. Grayscale: #808080. Windows color (decimal): -7831441 or 7307400. OLE color: 7307400.

HSL color Cylindrical-coordinate representation of color #88806F: hue angle of 40.8º 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 #88806F is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136128111-
CMYK00.060.180.47
HSL40.8º10.12%48.43%-
HSV(B)40.8º18.38%53.33%-
XYZ20.7421.8218.16-
YUV128.45118.15133.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=36.27%
G=34.13%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612811100.060.180.4740.810.1248.43
Hex88806F06122F29a30
Octal210200157062257511260
Binary100010001000000011011110110100101011111010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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