Shades of Golden Brown #8A6711
Tints of Golden Brown #8A6711
RGB
CMYK
RGB Variations
Color information
#8A6711 (or 0x8A6711) is known color: Golden Brown. HEX triplet: 8A, 67 and 11. RGB value is (138,103,17). Sum of RGB (Red+Green+Blue) = 138+103+17=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6711 is #7598EE. Grayscale: #686868. Windows color (decimal): -7706863 or 1140618. OLE color: 1140618.
HSL color Cylindrical-coordinate representation of color #8A6711: hue angle of 42.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A6711 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 17 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.46 |
| HSL | 42.64º | 0.78% | 0.3% | - |
| HSV(B) | 42.64º | 0.88% | 0.54% | - |
| XYZ | 15.43 | 15.14 | 2.64 | - |
| YUV | 103.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 17 | 0 | 0.25 | 0.88 | 0.46 | 42.64 | 0.78 | 0.3 |
| Hex | 8A | 67 | 11 | 0 | 19 | 58 | 2E | 2B | 4E | 1E |
| Octal | 212 | 147 | 21 | 0 | 31 | 130 | 56 | 53 | 116 | 36 |
| Binary | 10001010 | 1100111 | 10001 | 0 | 11001 | 1011000 | 101110 | 101011 | 1001110 | 11110 |
Color Harmonies of #8A6711
Complementary color
Monochromatic Colors of #8A6711
Black with #8A6711
Text Example
Text Example
White with #8A6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6711; }
p { color: rgb(138,103,17); }
H1.HeaderClassName
{
color: #8A6711;
}
.AnyTagClassName
{
color: #8A6711;
}
</style>
background-color css
<style>
a { background-color: #8A6711; }
a { background-color: rgb(138,103,17); }
div.DivClassName
{
background-color: #8A6711;
}
.BgClassName
{
background-color: #8A6711;
}
</style>
border-color css
<style>
span { border-color: #8A6711; }
span { border-color: rgb(138,103,17); }
td.TdClassName
{
border-color: #8A6711;
}
.TagClassName
{
border-color: #8A6711;
}
</style>