#88634A

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

Shades of Dark Wood #88634A

Tints of Dark Wood #88634A

Color information

#88634A (or 0x88634A) is unknown color: approx Dark Wood. HEX triplet: 88, 63 and 4A. RGB value is (136,99,74). Sum of RGB (Red+Green+Blue) = 136+99+74=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88634A is #779CB5. Grayscale: #6B6B6B. Windows color (decimal): -7838902 or 4875144. OLE color: 4875144.

HSL color Cylindrical-coordinate representation of color #88634A: hue angle of 24.19º 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 #88634A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1369974-
CMYK00.270.460.47
HSL24.19º29.52%41.18%-
HSV(B)24.19º45.59%53.33%-
XYZ15.8514.658.47-
YUV107.21109.26148.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=44.01%
G=32.04%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136997400.270.460.4724.1929.5241.18
Hex88634A01B2E2F181e29
Octal2101431120335657303651
Binary10001000110001110010100110111011101011111100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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