Shades of Golden Brown #8A680D
Tints of Golden Brown #8A680D
RGB
CMYK
RGB Variations
Color information
#8A680D (or 0x8A680D) is known color: Golden Brown. HEX triplet: 8A, 68 and 0D. RGB value is (138,104,13). Sum of RGB (Red+Green+Blue) = 138+104+13=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A680D is #7597F2. Grayscale: #686868. Windows color (decimal): -7706611 or 878730. OLE color: 878730.
HSL color Cylindrical-coordinate representation of color #8A680D: hue angle of 43.68º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A680D is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 13 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.46 |
| HSL | 43.68º | 0.83% | 0.3% | - |
| HSV(B) | 43.68º | 0.91% | 0.54% | - |
| XYZ | 15.5 | 15.33 | 2.52 | - |
| YUV | 103.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 13 | 0 | 0.25 | 0.91 | 0.46 | 43.68 | 0.83 | 0.3 |
| Hex | 8A | 68 | D | 0 | 19 | 5B | 2E | 2C | 53 | 1E |
| Octal | 212 | 150 | 15 | 0 | 31 | 133 | 56 | 54 | 123 | 36 |
| Binary | 10001010 | 1101000 | 1101 | 0 | 11001 | 1011011 | 101110 | 101100 | 1010011 | 11110 |
Color Harmonies of #8A680D
Complementary color
Monochromatic Colors of #8A680D
Black with #8A680D
Text Example
Text Example
White with #8A680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A680D; }
p { color: rgb(138,104,13); }
H1.HeaderClassName
{
color: #8A680D;
}
.AnyTagClassName
{
color: #8A680D;
}
</style>
background-color css
<style>
a { background-color: #8A680D; }
a { background-color: rgb(138,104,13); }
div.DivClassName
{
background-color: #8A680D;
}
.BgClassName
{
background-color: #8A680D;
}
</style>
border-color css
<style>
span { border-color: #8A680D; }
span { border-color: rgb(138,104,13); }
td.TdClassName
{
border-color: #8A680D;
}
.TagClassName
{
border-color: #8A680D;
}
</style>