Shades of Golden Brown #8A6A03
Tints of Golden Brown #8A6A03
RGB
CMYK
RGB Variations
Color information
#8A6A03 (or 0x8A6A03) is known color: Golden Brown. HEX triplet: 8A, 6A and 03. RGB value is (138,106,3). Sum of RGB (Red+Green+Blue) = 138+106+3=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6A03 is #7595FC. Grayscale: #686868. Windows color (decimal): -7706109 or 223882. OLE color: 223882.
HSL color Cylindrical-coordinate representation of color #8A6A03: hue angle of 45.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A6A03 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.46 |
| HSL | 45.78º | 0.96% | 0.28% | - |
| HSV(B) | 45.78º | 0.98% | 0.54% | - |
| XYZ | 15.65 | 15.72 | 2.3 | - |
| YUV | 103.83 | 71.1 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 3 | 0 | 0.23 | 0.98 | 0.46 | 45.78 | 0.96 | 0.28 |
| Hex | 8A | 6A | 3 | 0 | 17 | 62 | 2E | 2E | 60 | 1C |
| Octal | 212 | 152 | 3 | 0 | 27 | 142 | 56 | 56 | 140 | 34 |
| Binary | 10001010 | 1101010 | 11 | 0 | 10111 | 1100010 | 101110 | 101110 | 1100000 | 11100 |
Color Harmonies of #8A6A03
Complementary color
Monochromatic Colors of #8A6A03
Black with #8A6A03
Text Example
Text Example
White with #8A6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A03; }
p { color: rgb(138,106,3); }
H1.HeaderClassName
{
color: #8A6A03;
}
.AnyTagClassName
{
color: #8A6A03;
}
</style>
background-color css
<style>
a { background-color: #8A6A03; }
a { background-color: rgb(138,106,3); }
div.DivClassName
{
background-color: #8A6A03;
}
.BgClassName
{
background-color: #8A6A03;
}
</style>
border-color css
<style>
span { border-color: #8A6A03; }
span { border-color: rgb(138,106,3); }
td.TdClassName
{
border-color: #8A6A03;
}
.TagClassName
{
border-color: #8A6A03;
}
</style>