#88603F

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

Shades of Dark Wood #88603F

Tints of Dark Wood #88603F

Color information

#88603F (or 0x88603F) is unknown color: approx Dark Wood. HEX triplet: 88, 60 and 3F. RGB value is (136,96,63). Sum of RGB (Red+Green+Blue) = 136+96+63=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88603F is #779FC0. Grayscale: #686868. Windows color (decimal): -7839681 or 4153480. OLE color: 4153480.

HSL color Cylindrical-coordinate representation of color #88603F: hue angle of 27.12º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88603F is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1369663-
CMYK00.290.540.47
HSL27.12º36.68%39.02%-
HSV(B)27.12º53.68%53.33%-
XYZ15.2313.966.59-
YUV104.2104.75150.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 63 (25% from 255) = 21.36%
R=46.10%
G=32.54%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136966300.290.540.4727.1236.6839.02
Hex88603F01D362F1b2527
Octal210140770356657334547
Binary10001000110000011111101110111011010111111011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88603F; }

 p { color: rgb(136,96,63); }

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

<style>
 a { background-color: #88603F; }

 a { background-color: rgb(136,96,63); }

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

<style>
 span { border-color: #88603F; }

 span { border-color: rgb(136,96,63); }

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