Shades of Golden Brown #8A6D06
Tints of Golden Brown #8A6D06
RGB
CMYK
RGB Variations
Color information
#8A6D06 (or 0x8A6D06) is known color: Golden Brown. HEX triplet: 8A, 6D and 06. RGB value is (138,109,6). Sum of RGB (Red+Green+Blue) = 138+109+6=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6D06 is #7592F9. Grayscale: #6A6A6A. Windows color (decimal): -7705338 or 421258. OLE color: 421258.
HSL color Cylindrical-coordinate representation of color #8A6D06: hue angle of 46.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A6D06 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 6 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.46 |
| HSL | 46.82º | 0.92% | 0.28% | - |
| HSV(B) | 46.82º | 0.96% | 0.54% | - |
| XYZ | 15.98 | 16.35 | 2.49 | - |
| YUV | 105.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 6 | 0 | 0.21 | 0.96 | 0.46 | 46.82 | 0.92 | 0.28 |
| Hex | 8A | 6D | 6 | 0 | 15 | 60 | 2E | 2F | 5C | 1C |
| Octal | 212 | 155 | 6 | 0 | 25 | 140 | 56 | 57 | 134 | 34 |
| Binary | 10001010 | 1101101 | 110 | 0 | 10101 | 1100000 | 101110 | 101111 | 1011100 | 11100 |
Color Harmonies of #8A6D06
Complementary color
Monochromatic Colors of #8A6D06
Black with #8A6D06
Text Example
Text Example
White with #8A6D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D06; }
p { color: rgb(138,109,6); }
H1.HeaderClassName
{
color: #8A6D06;
}
.AnyTagClassName
{
color: #8A6D06;
}
</style>
background-color css
<style>
a { background-color: #8A6D06; }
a { background-color: rgb(138,109,6); }
div.DivClassName
{
background-color: #8A6D06;
}
.BgClassName
{
background-color: #8A6D06;
}
</style>
border-color css
<style>
span { border-color: #8A6D06; }
span { border-color: rgb(138,109,6); }
td.TdClassName
{
border-color: #8A6D06;
}
.TagClassName
{
border-color: #8A6D06;
}
</style>