Shades of Golden Brown #9A681E
Tints of Golden Brown #9A681E
RGB
CMYK
RGB Variations
Color information
#9A681E (or 0x9A681E) is known color: Golden Brown. HEX triplet: 9A, 68 and 1E. RGB value is (154,104,30). Sum of RGB (Red+Green+Blue) = 154+104+30=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A681E is #6597E1. Grayscale: #6E6E6E. Windows color (decimal): -6658018 or 1992858. OLE color: 1992858.
HSL color Cylindrical-coordinate representation of color #9A681E: hue angle of 35.81º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A681E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 30 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.40 |
| HSL | 35.81º | 0.67% | 0.36% | - |
| HSV(B) | 35.81º | 0.81% | 0.6% | - |
| XYZ | 18.51 | 16.86 | 3.51 | - |
| YUV | 110.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 30 | 0 | 0.32 | 0.81 | 0.40 | 35.81 | 0.67 | 0.36 |
| Hex | 9A | 68 | 1E | 0 | 20 | 51 | 28 | 24 | 43 | 24 |
| Octal | 232 | 150 | 36 | 0 | 40 | 121 | 50 | 44 | 103 | 44 |
| Binary | 10011010 | 1101000 | 11110 | 0 | 100000 | 1010001 | 101000 | 100100 | 1000011 | 100100 |
Color Harmonies of #9A681E
Complementary color
Monochromatic Colors of #9A681E
Black with #9A681E
Text Example
Text Example
White with #9A681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A681E; }
p { color: rgb(154,104,30); }
H1.HeaderClassName
{
color: #9A681E;
}
.AnyTagClassName
{
color: #9A681E;
}
</style>
background-color css
<style>
a { background-color: #9A681E; }
a { background-color: rgb(154,104,30); }
div.DivClassName
{
background-color: #9A681E;
}
.BgClassName
{
background-color: #9A681E;
}
</style>
border-color css
<style>
span { border-color: #9A681E; }
span { border-color: rgb(154,104,30); }
td.TdClassName
{
border-color: #9A681E;
}
.TagClassName
{
border-color: #9A681E;
}
</style>