#88644A

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

Shades of Dark Wood #88644A

Tints of Dark Wood #88644A

Color information

#88644A (or 0x88644A) is unknown color: approx Dark Wood. HEX triplet: 88, 64 and 4A. RGB value is (136,100,74). Sum of RGB (Red+Green+Blue) = 136+100+74=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88644A is #779BB5. Grayscale: #6B6B6B. Windows color (decimal): -7838646 or 4875400. OLE color: 4875400.

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

Color convert

RGB13610074-
CMYK00.260.460.47
HSL25.16º29.52%41.18%-
HSV(B)25.16º45.59%53.33%-
XYZ15.9514.848.5-
YUV107.8108.93148.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=43.87%
G=32.26%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361007400.260.460.4725.1629.5241.18
Hex88644A01A2E2F191e29
Octal2101441120325657313651
Binary10001000110010010010100110101011101011111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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