#88644B

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

Shades of Dark Wood #88644B

Tints of Dark Wood #88644B

Color information

#88644B (or 0x88644B) is unknown color: approx Dark Wood. HEX triplet: 88, 64 and 4B. RGB value is (136,100,75). Sum of RGB (Red+Green+Blue) = 136+100+75=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88644B is #779BB4. Grayscale: #6C6C6C. Windows color (decimal): -7838645 or 4940936. OLE color: 4940936.

HSL color Cylindrical-coordinate representation of color #88644B: hue angle of 24.59º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88644B is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13610075-
CMYK00.260.450.47
HSL24.59º28.91%41.37%-
HSV(B)24.59º44.85%53.33%-
XYZ15.9814.868.68-
YUV107.91109.43148.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=43.73%
G=32.15%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361007500.260.450.4724.5928.9141.37
Hex88644B01A2D2F191d29
Octal2101441130325557313551
Binary10001000110010010010110110101011011011111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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