Shades of Golden Brown #8B670B
Tints of Golden Brown #8B670B
RGB
CMYK
RGB Variations
Color information
#8B670B (or 0x8B670B) is known color: Golden Brown. HEX triplet: 8B, 67 and 0B. RGB value is (139,103,11). Sum of RGB (Red+Green+Blue) = 139+103+11=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B670B is #7498F4. Grayscale: #676767. Windows color (decimal): -7641333 or 747403. OLE color: 747403.
HSL color Cylindrical-coordinate representation of color #8B670B: hue angle of 43.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B670B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 11 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.45 |
| HSL | 43.13º | 0.85% | 0.29% | - |
| HSV(B) | 43.13º | 0.92% | 0.55% | - |
| XYZ | 15.56 | 15.21 | 2.43 | - |
| YUV | 103.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 11 | 0 | 0.26 | 0.92 | 0.45 | 43.13 | 0.85 | 0.29 |
| Hex | 8B | 67 | B | 0 | 1A | 5C | 2D | 2B | 55 | 1D |
| Octal | 213 | 147 | 13 | 0 | 32 | 134 | 55 | 53 | 125 | 35 |
| Binary | 10001011 | 1100111 | 1011 | 0 | 11010 | 1011100 | 101101 | 101011 | 1010101 | 11101 |
Color Harmonies of #8B670B
Complementary color
Monochromatic Colors of #8B670B
Black with #8B670B
Text Example
Text Example
White with #8B670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B670B; }
p { color: rgb(139,103,11); }
H1.HeaderClassName
{
color: #8B670B;
}
.AnyTagClassName
{
color: #8B670B;
}
</style>
background-color css
<style>
a { background-color: #8B670B; }
a { background-color: rgb(139,103,11); }
div.DivClassName
{
background-color: #8B670B;
}
.BgClassName
{
background-color: #8B670B;
}
</style>
border-color css
<style>
span { border-color: #8B670B; }
span { border-color: rgb(139,103,11); }
td.TdClassName
{
border-color: #8B670B;
}
.TagClassName
{
border-color: #8B670B;
}
</style>