#88623F

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

Shades of Dark Wood #88623F

Tints of Dark Wood #88623F

Color information

#88623F (or 0x88623F) is unknown color: approx Dark Wood. HEX triplet: 88, 62 and 3F. RGB value is (136,98,63). Sum of RGB (Red+Green+Blue) = 136+98+63=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88623F is #779DC0. Grayscale: #696969. Windows color (decimal): -7839169 or 4153992. OLE color: 4153992.

HSL color Cylindrical-coordinate representation of color #88623F: hue angle of 28.77º 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 #88623F is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1369863-
CMYK00.280.540.47
HSL28.77º36.68%39.02%-
HSV(B)28.77º53.68%53.33%-
XYZ15.4214.336.66-
YUV105.37104.09149.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 63 (25% from 255) = 21.21%
R=45.79%
G=33.00%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136986300.280.540.4728.7736.6839.02
Hex88623F01C362F1d2527
Octal210142770346657354547
Binary10001000110001011111101110011011010111111101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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