#8B6462

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

Shades of Light Wood #8B6462

Tints of Light Wood #8B6462

Color information

#8B6462 (or 0x8B6462) is unknown color: approx Light Wood. HEX triplet: 8B, 64 and 62. RGB value is (139,100,98). Sum of RGB (Red+Green+Blue) = 139+100+98=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6462 is #749B9D. Grayscale: #6F6F6F. Windows color (decimal): -7642014 or 6448267. OLE color: 6448267.

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

Color convert

RGB13910098-
CMYK00.280.290.45
HSL2.93º17.3%46.47%-
HSV(B)2.93º29.5%54.51%-
XYZ17.4115.4913.63-
YUV111.43120.42147.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=41.25%
G=29.67%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391009800.280.290.452.9317.346.47
Hex8B646201C1D2D3112e
Octal213144142034355532156
Binary1000101111001001100010011100111011011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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