Shades of Light Wood #8B6361
Tints of Light Wood #8B6361
RGB
CMYK
RGB Variations
Color information
#8B6361 (or 0x8B6361) is known color: Light Wood. HEX triplet: 8B, 63 and 61. RGB value is (139,99,97). Sum of RGB (Red+Green+Blue) = 139+99+97=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6361 is #749C9E. Grayscale: #6E6E6E. Windows color (decimal): -7642271 or 6382475. OLE color: 6382475.
HSL color Cylindrical-coordinate representation of color #8B6361: hue angle of 2.86º 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 #8B6361 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 99 | 97 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.45 |
| HSL | 2.86º | 0.18% | 0.46% | - |
| HSV(B) | 2.86º | 0.3% | 0.55% | - |
| XYZ | 17.27 | 15.28 | 13.35 | - |
| YUV | 110.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 99 | 97 | 0 | 0.29 | 0.30 | 0.45 | 2.86 | 0.18 | 0.46 |
| Hex | 8B | 63 | 61 | 0 | 1D | 1E | 2D | 3 | 12 | 2E |
| Octal | 213 | 143 | 141 | 0 | 35 | 36 | 55 | 3 | 22 | 56 |
| Binary | 10001011 | 1100011 | 1100001 | 0 | 11101 | 11110 | 101101 | 11 | 10010 | 101110 |
Color Harmonies of #8B6361
Complementary color
Monochromatic Colors of #8B6361
Black with #8B6361
Text Example
Text Example
White with #8B6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6361; }
p { color: rgb(139,99,97); }
H1.HeaderClassName
{
color: #8B6361;
}
.AnyTagClassName
{
color: #8B6361;
}
</style>
background-color css
<style>
a { background-color: #8B6361; }
a { background-color: rgb(139,99,97); }
div.DivClassName
{
background-color: #8B6361;
}
.BgClassName
{
background-color: #8B6361;
}
</style>
border-color css
<style>
span { border-color: #8B6361; }
span { border-color: rgb(139,99,97); }
td.TdClassName
{
border-color: #8B6361;
}
.TagClassName
{
border-color: #8B6361;
}
</style>