Shades of Golden Brown #9A6C0F
Tints of Golden Brown #9A6C0F
RGB
CMYK
RGB Variations
Color information
#9A6C0F (or 0x9A6C0F) is known color: Golden Brown. HEX triplet: 9A, 6C and 0F. RGB value is (154,108,15). Sum of RGB (Red+Green+Blue) = 154+108+15=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6C0F is #6593F0. Grayscale: #6F6F6F. Windows color (decimal): -6657009 or 1010842. OLE color: 1010842.
HSL color Cylindrical-coordinate representation of color #9A6C0F: hue angle of 40.14º degrees, saturation: 0.82, 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 #9A6C0F is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 15 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.40 |
| HSL | 40.14º | 0.82% | 0.33% | - |
| HSV(B) | 40.14º | 0.9% | 0.6% | - |
| XYZ | 18.78 | 17.63 | 2.87 | - |
| YUV | 111.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 15 | 0 | 0.30 | 0.90 | 0.40 | 40.14 | 0.82 | 0.33 |
| Hex | 9A | 6C | F | 0 | 1E | 5A | 28 | 28 | 52 | 21 |
| Octal | 232 | 154 | 17 | 0 | 36 | 132 | 50 | 50 | 122 | 41 |
| Binary | 10011010 | 1101100 | 1111 | 0 | 11110 | 1011010 | 101000 | 101000 | 1010010 | 100001 |
Color Harmonies of #9A6C0F
Complementary color
Monochromatic Colors of #9A6C0F
Black with #9A6C0F
Text Example
Text Example
White with #9A6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C0F; }
p { color: rgb(154,108,15); }
H1.HeaderClassName
{
color: #9A6C0F;
}
.AnyTagClassName
{
color: #9A6C0F;
}
</style>
background-color css
<style>
a { background-color: #9A6C0F; }
a { background-color: rgb(154,108,15); }
div.DivClassName
{
background-color: #9A6C0F;
}
.BgClassName
{
background-color: #9A6C0F;
}
</style>
border-color css
<style>
span { border-color: #9A6C0F; }
span { border-color: rgb(154,108,15); }
td.TdClassName
{
border-color: #9A6C0F;
}
.TagClassName
{
border-color: #9A6C0F;
}
</style>