Shades of Golden Brown #8B670E
Tints of Golden Brown #8B670E
RGB
CMYK
RGB Variations
Color information
#8B670E (or 0x8B670E) is known color: Golden Brown. HEX triplet: 8B, 67 and 0E. RGB value is (139,103,14). Sum of RGB (Red+Green+Blue) = 139+103+14=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B670E is #7498F1. Grayscale: #686868. Windows color (decimal): -7641330 or 944011. OLE color: 944011.
HSL color Cylindrical-coordinate representation of color #8B670E: hue angle of 42.72º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B670E is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 14 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.45 |
| HSL | 42.72º | 0.82% | 0.3% | - |
| HSV(B) | 42.72º | 0.9% | 0.55% | - |
| XYZ | 15.58 | 15.22 | 2.53 | - |
| YUV | 103.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 14 | 0 | 0.26 | 0.90 | 0.45 | 42.72 | 0.82 | 0.3 |
| Hex | 8B | 67 | E | 0 | 1A | 5A | 2D | 2B | 52 | 1E |
| Octal | 213 | 147 | 16 | 0 | 32 | 132 | 55 | 53 | 122 | 36 |
| Binary | 10001011 | 1100111 | 1110 | 0 | 11010 | 1011010 | 101101 | 101011 | 1010010 | 11110 |
Color Harmonies of #8B670E
Complementary color
Monochromatic Colors of #8B670E
Black with #8B670E
Text Example
Text Example
White with #8B670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B670E; }
p { color: rgb(139,103,14); }
H1.HeaderClassName
{
color: #8B670E;
}
.AnyTagClassName
{
color: #8B670E;
}
</style>
background-color css
<style>
a { background-color: #8B670E; }
a { background-color: rgb(139,103,14); }
div.DivClassName
{
background-color: #8B670E;
}
.BgClassName
{
background-color: #8B670E;
}
</style>
border-color css
<style>
span { border-color: #8B670E; }
span { border-color: rgb(139,103,14); }
td.TdClassName
{
border-color: #8B670E;
}
.TagClassName
{
border-color: #8B670E;
}
</style>