#8B6461

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

Shades of Light Wood #8B6461

Tints of Light Wood #8B6461

Color information

#8B6461 (or 0x8B6461) is unknown color: approx Light Wood. HEX triplet: 8B, 64 and 61. RGB value is (139,100,97). Sum of RGB (Red+Green+Blue) = 139+100+97=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6461 is #749B9E. Grayscale: #6F6F6F. Windows color (decimal): -7642015 or 6382731. OLE color: 6382731.

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

Color convert

RGB13910097-
CMYK00.280.300.45
HSL4.29º17.8%46.27%-
HSV(B)4.29º30.22%54.51%-
XYZ17.3615.4713.38-
YUV111.32119.92147.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 97 (38.28% from 255) = 28.87%
R=41.37%
G=29.76%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391009700.280.300.454.2917.846.27
Hex8B646101C1E2D4122e
Octal213144141034365542256
Binary10001011110010011000010111001111010110110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,97); }

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

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

 a { background-color: rgb(139,100,97); }

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

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

 span { border-color: rgb(139,100,97); }

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