#8B6360

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

Shades of Light Wood #8B6360

Tints of Light Wood #8B6360

Color information

#8B6360 (or 0x8B6360) is unknown color: approx Light Wood. HEX triplet: 8B, 63 and 60. RGB value is (139,99,96). Sum of RGB (Red+Green+Blue) = 139+99+96=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6360 is #749C9F. Grayscale: #6E6E6E. Windows color (decimal): -7642272 or 6316939. OLE color: 6316939.

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

Color convert

RGB1399996-
CMYK00.290.310.45
HSL4.19º18.3%46.08%-
HSV(B)4.19º30.94%54.51%-
XYZ17.2215.2613.1-
YUV110.62119.75148.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=41.62%
G=29.64%
B=28.74%

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
Decimal139999600.290.310.454.1918.346.08
Hex8B636001D1F2D4122e
Octal213143140035375542256
Binary10001011110001111000000111011111110110110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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