Shades of Golden Brown #8A6115
Tints of Golden Brown #8A6115
RGB
CMYK
RGB Variations
Color information
#8A6115 (or 0x8A6115) is known color: Golden Brown. HEX triplet: 8A, 61 and 15. RGB value is (138,97,21). Sum of RGB (Red+Green+Blue) = 138+97+21=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6115 is #759EEA. Grayscale: #646464. Windows color (decimal): -7708395 or 1401226. OLE color: 1401226.
HSL color Cylindrical-coordinate representation of color #8A6115: hue angle of 38.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A6115 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 21 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.46 |
| HSL | 38.97º | 0.74% | 0.31% | - |
| HSV(B) | 38.97º | 0.85% | 0.54% | - |
| XYZ | 14.89 | 14.01 | 2.63 | - |
| YUV | 100.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 21 | 0 | 0.30 | 0.85 | 0.46 | 38.97 | 0.74 | 0.31 |
| Hex | 8A | 61 | 15 | 0 | 1E | 55 | 2E | 27 | 4A | 1F |
| Octal | 212 | 141 | 25 | 0 | 36 | 125 | 56 | 47 | 112 | 37 |
| Binary | 10001010 | 1100001 | 10101 | 0 | 11110 | 1010101 | 101110 | 100111 | 1001010 | 11111 |
Color Harmonies of #8A6115
Complementary color
Monochromatic Colors of #8A6115
Black with #8A6115
Text Example
Text Example
White with #8A6115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6115; }
p { color: rgb(138,97,21); }
H1.HeaderClassName
{
color: #8A6115;
}
.AnyTagClassName
{
color: #8A6115;
}
</style>
background-color css
<style>
a { background-color: #8A6115; }
a { background-color: rgb(138,97,21); }
div.DivClassName
{
background-color: #8A6115;
}
.BgClassName
{
background-color: #8A6115;
}
</style>
border-color css
<style>
span { border-color: #8A6115; }
span { border-color: rgb(138,97,21); }
td.TdClassName
{
border-color: #8A6115;
}
.TagClassName
{
border-color: #8A6115;
}
</style>