Shades of Golden Brown #8A6411
Tints of Golden Brown #8A6411
RGB
CMYK
RGB Variations
Color information
#8A6411 (or 0x8A6411) is known color: Golden Brown. HEX triplet: 8A, 64 and 11. RGB value is (138,100,17). Sum of RGB (Red+Green+Blue) = 138+100+17=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6411 is #759BEE. Grayscale: #666666. Windows color (decimal): -7707631 or 1139850. OLE color: 1139850.
HSL color Cylindrical-coordinate representation of color #8A6411: hue angle of 41.16º 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 #8A6411 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 17 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.46 |
| HSL | 41.16º | 0.78% | 0.3% | - |
| HSV(B) | 41.16º | 0.88% | 0.54% | - |
| XYZ | 15.14 | 14.56 | 2.54 | - |
| YUV | 101.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 17 | 0 | 0.28 | 0.88 | 0.46 | 41.16 | 0.78 | 0.3 |
| Hex | 8A | 64 | 11 | 0 | 1C | 58 | 2E | 29 | 4E | 1E |
| Octal | 212 | 144 | 21 | 0 | 34 | 130 | 56 | 51 | 116 | 36 |
| Binary | 10001010 | 1100100 | 10001 | 0 | 11100 | 1011000 | 101110 | 101001 | 1001110 | 11110 |
Color Harmonies of #8A6411
Complementary color
Monochromatic Colors of #8A6411
Black with #8A6411
Text Example
Text Example
White with #8A6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6411; }
p { color: rgb(138,100,17); }
H1.HeaderClassName
{
color: #8A6411;
}
.AnyTagClassName
{
color: #8A6411;
}
</style>
background-color css
<style>
a { background-color: #8A6411; }
a { background-color: rgb(138,100,17); }
div.DivClassName
{
background-color: #8A6411;
}
.BgClassName
{
background-color: #8A6411;
}
</style>
border-color css
<style>
span { border-color: #8A6411; }
span { border-color: rgb(138,100,17); }
td.TdClassName
{
border-color: #8A6411;
}
.TagClassName
{
border-color: #8A6411;
}
</style>