#88694A

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

Shades of Shadow #88694A

Tints of Shadow #88694A

Color information

#88694A (or 0x88694A) is unknown color: approx Shadow. HEX triplet: 88, 69 and 4A. RGB value is (136,105,74). Sum of RGB (Red+Green+Blue) = 136+105+74=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88694A is #7796B5. Grayscale: #6E6E6E. Windows color (decimal): -7837366 or 4876680. OLE color: 4876680.

HSL color Cylindrical-coordinate representation of color #88694A: hue angle of 30º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88694A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13610574-
CMYK00.230.460.47
HSL30º29.52%41.18%-
HSV(B)30º45.59%53.33%-
XYZ16.4415.838.67-
YUV110.74107.27146.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=43.17%
G=33.33%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361057400.230.460.473029.5241.18
Hex88694A0172E2F1e1e29
Octal2101511120275657363651
Binary10001000110100110010100101111011101011111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88694A; }

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

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

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

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

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

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

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

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