Shades of Golden Brown #9A6610
Tints of Golden Brown #9A6610
RGB
CMYK
RGB Variations
Color information
#9A6610 (or 0x9A6610) is known color: Golden Brown. HEX triplet: 9A, 66 and 10. RGB value is (154,102,16). Sum of RGB (Red+Green+Blue) = 154+102+16=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6610 is #6599EF. Grayscale: #6C6C6C. Windows color (decimal): -6658544 or 1074842. OLE color: 1074842.
HSL color Cylindrical-coordinate representation of color #9A6610: hue angle of 37.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A6610 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 16 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.40 |
| HSL | 37.39º | 0.81% | 0.33% | - |
| HSV(B) | 37.39º | 0.9% | 0.6% | - |
| XYZ | 18.17 | 16.41 | 2.7 | - |
| YUV | 107.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 16 | 0 | 0.34 | 0.90 | 0.40 | 37.39 | 0.81 | 0.33 |
| Hex | 9A | 66 | 10 | 0 | 22 | 5A | 28 | 25 | 51 | 21 |
| Octal | 232 | 146 | 20 | 0 | 42 | 132 | 50 | 45 | 121 | 41 |
| Binary | 10011010 | 1100110 | 10000 | 0 | 100010 | 1011010 | 101000 | 100101 | 1010001 | 100001 |
Color Harmonies of #9A6610
Complementary color
Monochromatic Colors of #9A6610
Black with #9A6610
Text Example
Text Example
White with #9A6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6610; }
p { color: rgb(154,102,16); }
H1.HeaderClassName
{
color: #9A6610;
}
.AnyTagClassName
{
color: #9A6610;
}
</style>
background-color css
<style>
a { background-color: #9A6610; }
a { background-color: rgb(154,102,16); }
div.DivClassName
{
background-color: #9A6610;
}
.BgClassName
{
background-color: #9A6610;
}
</style>
border-color css
<style>
span { border-color: #9A6610; }
span { border-color: rgb(154,102,16); }
td.TdClassName
{
border-color: #9A6610;
}
.TagClassName
{
border-color: #9A6610;
}
</style>