#88613F

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

Shades of Dark Wood #88613F

Tints of Dark Wood #88613F

Color information

#88613F (or 0x88613F) is unknown color: approx Dark Wood. HEX triplet: 88, 61 and 3F. RGB value is (136,97,63). Sum of RGB (Red+Green+Blue) = 136+97+63=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88613F is #779EC0. Grayscale: #686868. Windows color (decimal): -7839425 or 4153736. OLE color: 4153736.

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

Color convert

RGB1369763-
CMYK00.290.540.47
HSL27.95º36.68%39.02%-
HSV(B)27.95º53.68%53.33%-
XYZ15.3314.146.62-
YUV104.79104.42150.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 63 (25% from 255) = 21.28%
R=45.95%
G=32.77%
B=21.28%

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
Decimal136976300.290.540.4727.9536.6839.02
Hex88613F01D362F1c2527
Octal210141770356657344547
Binary10001000110000111111101110111011010111111100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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