Shades of Golden Brown #8A6C0A
Tints of Golden Brown #8A6C0A
RGB
CMYK
RGB Variations
Color information
#8A6C0A (or 0x8A6C0A) is known color: Golden Brown. HEX triplet: 8A, 6C and 0A. RGB value is (138,108,10). Sum of RGB (Red+Green+Blue) = 138+108+10=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6C0A is #7593F5. Grayscale: #6A6A6A. Windows color (decimal): -7705590 or 683146. OLE color: 683146.
HSL color Cylindrical-coordinate representation of color #8A6C0A: hue angle of 45.94º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A6C0A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 108 | 10 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.46 |
| HSL | 45.94º | 0.86% | 0.29% | - |
| HSV(B) | 45.94º | 0.93% | 0.54% | - |
| XYZ | 15.9 | 16.15 | 2.57 | - |
| YUV | 105.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 10 | 0 | 0.22 | 0.93 | 0.46 | 45.94 | 0.86 | 0.29 |
| Hex | 8A | 6C | A | 0 | 16 | 5D | 2E | 2E | 56 | 1D |
| Octal | 212 | 154 | 12 | 0 | 26 | 135 | 56 | 56 | 126 | 35 |
| Binary | 10001010 | 1101100 | 1010 | 0 | 10110 | 1011101 | 101110 | 101110 | 1010110 | 11101 |
Color Harmonies of #8A6C0A
Complementary color
Monochromatic Colors of #8A6C0A
Black with #8A6C0A
Text Example
Text Example
White with #8A6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C0A; }
p { color: rgb(138,108,10); }
H1.HeaderClassName
{
color: #8A6C0A;
}
.AnyTagClassName
{
color: #8A6C0A;
}
</style>
background-color css
<style>
a { background-color: #8A6C0A; }
a { background-color: rgb(138,108,10); }
div.DivClassName
{
background-color: #8A6C0A;
}
.BgClassName
{
background-color: #8A6C0A;
}
</style>
border-color css
<style>
span { border-color: #8A6C0A; }
span { border-color: rgb(138,108,10); }
td.TdClassName
{
border-color: #8A6C0A;
}
.TagClassName
{
border-color: #8A6C0A;
}
</style>