#8B654A

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

Shades of Dark Wood #8B654A

Tints of Dark Wood #8B654A

Color information

#8B654A (or 0x8B654A) is unknown color: approx Dark Wood. HEX triplet: 8B, 65 and 4A. RGB value is (139,101,74). Sum of RGB (Red+Green+Blue) = 139+101+74=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B654A is #749AB5. Grayscale: #6D6D6D. Windows color (decimal): -7641782 or 4875659. OLE color: 4875659.

HSL color Cylindrical-coordinate representation of color #8B654A: hue angle of 24.92º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B654A is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13910174-
CMYK00.270.470.45
HSL24.92º30.52%41.76%-
HSV(B)24.92º46.76%54.51%-
XYZ16.5415.298.56-
YUV109.28108.09149.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=44.27%
G=32.17%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391017400.270.470.4524.9230.5241.76
Hex8B654A01B2F2D191f2a
Octal2131451120335755313752
Binary10001011110010110010100110111011111011011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B654A; }

 p { color: rgb(139,101,74); }

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

<style>
 a { background-color: #8B654A; }

 a { background-color: rgb(139,101,74); }

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

<style>
 span { border-color: #8B654A; }

 span { border-color: rgb(139,101,74); }

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