Shades of Golden Brown #8A6500
Tints of Golden Brown #8A6500
RGB
CMYK
RGB Variations
Color information
#8A6500 (or 0x8A6500) is known color: Golden Brown. HEX triplet: 8A, 65 and 00. RGB value is (138,101,0). Sum of RGB (Red+Green+Blue) = 138+101+0=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6500 is #759AFF. Grayscale: #646464. Windows color (decimal): -7707392 or 25994. OLE color: 25994.
HSL color Cylindrical-coordinate representation of color #8A6500: hue angle of 43.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A6500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.46 |
| HSL | 43.91º | 1% | 0.27% | - |
| HSV(B) | 43.91º | 1% | 0.54% | - |
| XYZ | 15.13 | 14.71 | 2.04 | - |
| YUV | 100.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 0 | 0 | 0.27 | 1 | 0.46 | 43.91 | 1 | 0.27 |
| Hex | 8A | 65 | 0 | 0 | 1B | 64 | 2E | 2C | 64 | 1B |
| Octal | 212 | 145 | 0 | 0 | 33 | 144 | 56 | 54 | 144 | 33 |
| Binary | 10001010 | 1100101 | 0 | 0 | 11011 | 1100100 | 101110 | 101100 | 1100100 | 11011 |
Color Harmonies of #8A6500
Complementary color
Monochromatic Colors of #8A6500
Black with #8A6500
Text Example
Text Example
White with #8A6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6500; }
p { color: rgb(138,101,0); }
H1.HeaderClassName
{
color: #8A6500;
}
.AnyTagClassName
{
color: #8A6500;
}
</style>
background-color css
<style>
a { background-color: #8A6500; }
a { background-color: rgb(138,101,0); }
div.DivClassName
{
background-color: #8A6500;
}
.BgClassName
{
background-color: #8A6500;
}
</style>
border-color css
<style>
span { border-color: #8A6500; }
span { border-color: rgb(138,101,0); }
td.TdClassName
{
border-color: #8A6500;
}
.TagClassName
{
border-color: #8A6500;
}
</style>