#88674A

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

Shades of Dark Wood #88674A

Tints of Dark Wood #88674A

Color information

#88674A (or 0x88674A) is unknown color: approx Dark Wood. HEX triplet: 88, 67 and 4A. RGB value is (136,103,74). Sum of RGB (Red+Green+Blue) = 136+103+74=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88674A is #7798B5. Grayscale: #6D6D6D. Windows color (decimal): -7837878 or 4876168. OLE color: 4876168.

HSL color Cylindrical-coordinate representation of color #88674A: hue angle of 28.06º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88674A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13610374-
CMYK00.240.460.47
HSL28.06º29.52%41.18%-
HSV(B)28.06º45.59%53.33%-
XYZ16.2415.438.6-
YUV109.56107.93146.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=43.45%
G=32.91%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361037400.240.460.4728.0629.5241.18
Hex88674A0182E2F1c1e29
Octal2101471120305657343651
Binary10001000110011110010100110001011101011111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88674A; }

 p { color: rgb(136,103,74); }

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

<style>
 a { background-color: #88674A; }

 a { background-color: rgb(136,103,74); }

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

<style>
 span { border-color: #88674A; }

 span { border-color: rgb(136,103,74); }

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