#88625F

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

Shades of Light Wood #88625F

Tints of Light Wood #88625F

Color information

#88625F (or 0x88625F) is unknown color: approx Light Wood. HEX triplet: 88, 62 and 5F. RGB value is (136,98,95). Sum of RGB (Red+Green+Blue) = 136+98+95=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #88625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625F is #779DA0. Grayscale: #6D6D6D. Windows color (decimal): -7839137 or 6251144. OLE color: 6251144.

HSL color Cylindrical-coordinate representation of color #88625F: hue angle of 4.39º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88625F is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1369895-
CMYK00.280.300.47
HSL4.39º17.75%45.29%-
HSV(B)4.39º30.15%53.33%-
XYZ16.5914.812.81-
YUV109.02120.09147.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=41.34%
G=29.79%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136989500.280.300.474.3917.7545.29
Hex88625F01C1E2F4122d
Octal210142137034365742255
Binary10001000110001010111110111001111010111110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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