#8B6261

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

Shades of Light Wood #8B6261

Tints of Light Wood #8B6261

Color information

#8B6261 (or 0x8B6261) is unknown color: approx Light Wood. HEX triplet: 8B, 62 and 61. RGB value is (139,98,97). Sum of RGB (Red+Green+Blue) = 139+98+97=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6261 is #749D9E. Grayscale: #6E6E6E. Windows color (decimal): -7642527 or 6382219. OLE color: 6382219.

HSL color Cylindrical-coordinate representation of color #8B6261: hue angle of 1.43º 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 #8B6261 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1399897-
CMYK00.290.300.45
HSL1.43º17.8%46.27%-
HSV(B)1.43º30.22%54.51%-
XYZ17.1715.0913.32-
YUV110.14120.58148.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=41.62%
G=29.34%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139989700.290.300.451.4317.846.27
Hex8B626101D1E2D1122e
Octal213142141035365512256
Binary100010111100010110000101110111110101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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