Shades of Golden Brown #8A690E
Tints of Golden Brown #8A690E
RGB
CMYK
RGB Variations
Color information
#8A690E (or 0x8A690E) is known color: Golden Brown. HEX triplet: 8A, 69 and 0E. RGB value is (138,105,14). Sum of RGB (Red+Green+Blue) = 138+105+14=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A690E is #7596F1. Grayscale: #686868. Windows color (decimal): -7706354 or 944522. OLE color: 944522.
HSL color Cylindrical-coordinate representation of color #8A690E: hue angle of 44.03º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A690E is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 14 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.46 |
| HSL | 44.03º | 0.82% | 0.3% | - |
| HSV(B) | 44.03º | 0.9% | 0.54% | - |
| XYZ | 15.61 | 15.54 | 2.59 | - |
| YUV | 104.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 14 | 0 | 0.24 | 0.90 | 0.46 | 44.03 | 0.82 | 0.3 |
| Hex | 8A | 69 | E | 0 | 18 | 5A | 2E | 2C | 52 | 1E |
| Octal | 212 | 151 | 16 | 0 | 30 | 132 | 56 | 54 | 122 | 36 |
| Binary | 10001010 | 1101001 | 1110 | 0 | 11000 | 1011010 | 101110 | 101100 | 1010010 | 11110 |
Color Harmonies of #8A690E
Complementary color
Monochromatic Colors of #8A690E
Black with #8A690E
Text Example
Text Example
White with #8A690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A690E; }
p { color: rgb(138,105,14); }
H1.HeaderClassName
{
color: #8A690E;
}
.AnyTagClassName
{
color: #8A690E;
}
</style>
background-color css
<style>
a { background-color: #8A690E; }
a { background-color: rgb(138,105,14); }
div.DivClassName
{
background-color: #8A690E;
}
.BgClassName
{
background-color: #8A690E;
}
</style>
border-color css
<style>
span { border-color: #8A690E; }
span { border-color: rgb(138,105,14); }
td.TdClassName
{
border-color: #8A690E;
}
.TagClassName
{
border-color: #8A690E;
}
</style>