#8B6260

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

Shades of Light Wood #8B6260

Tints of Light Wood #8B6260

Color information

#8B6260 (or 0x8B6260) is unknown color: approx Light Wood. HEX triplet: 8B, 62 and 60. RGB value is (139,98,96). Sum of RGB (Red+Green+Blue) = 139+98+96=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6260 is #749D9F. Grayscale: #6E6E6E. Windows color (decimal): -7642528 or 6316683. OLE color: 6316683.

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

Color convert

RGB1399896-
CMYK00.290.310.45
HSL2.79º18.3%46.08%-
HSV(B)2.79º30.94%54.51%-
XYZ17.1315.0713.07-
YUV110.03120.08148.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=41.74%
G=29.43%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139989600.290.310.452.7918.346.08
Hex8B626001D1F2D3122e
Octal213142140035375532256
Binary1000101111000101100000011101111111011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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