#88654A

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

Shades of Dark Wood #88654A

Tints of Dark Wood #88654A

Color information

#88654A (or 0x88654A) is unknown color: approx Dark Wood. HEX triplet: 88, 65 and 4A. RGB value is (136,101,74). Sum of RGB (Red+Green+Blue) = 136+101+74=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88654A is #779AB5. Grayscale: #6C6C6C. Windows color (decimal): -7838390 or 4875656. OLE color: 4875656.

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

Color convert

RGB13610174-
CMYK00.260.460.47
HSL26.13º29.52%41.18%-
HSV(B)26.13º45.59%53.33%-
XYZ16.0415.048.54-
YUV108.39108.6147.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=43.73%
G=32.48%
B=23.79%

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
Decimal1361017400.260.460.4726.1329.5241.18
Hex88654A01A2E2F1a1e29
Octal2101451120325657323651
Binary10001000110010110010100110101011101011111101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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