Shades of Golden Brown #9A6D0D
Tints of Golden Brown #9A6D0D
RGB
CMYK
RGB Variations
Color information
#9A6D0D (or 0x9A6D0D) is known color: Golden Brown. HEX triplet: 9A, 6D and 0D. RGB value is (154,109,13). Sum of RGB (Red+Green+Blue) = 154+109+13=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6D0D is #6592F2. Grayscale: #6F6F6F. Windows color (decimal): -6656755 or 880026. OLE color: 880026.
HSL color Cylindrical-coordinate representation of color #9A6D0D: hue angle of 40.85º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A6D0D is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 13 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.40 |
| HSL | 40.85º | 0.84% | 0.33% | - |
| HSV(B) | 40.85º | 0.92% | 0.6% | - |
| XYZ | 18.87 | 17.84 | 2.83 | - |
| YUV | 111.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 13 | 0 | 0.29 | 0.92 | 0.40 | 40.85 | 0.84 | 0.33 |
| Hex | 9A | 6D | D | 0 | 1D | 5C | 28 | 29 | 54 | 21 |
| Octal | 232 | 155 | 15 | 0 | 35 | 134 | 50 | 51 | 124 | 41 |
| Binary | 10011010 | 1101101 | 1101 | 0 | 11101 | 1011100 | 101000 | 101001 | 1010100 | 100001 |
Color Harmonies of #9A6D0D
Complementary color
Monochromatic Colors of #9A6D0D
Black with #9A6D0D
Text Example
Text Example
White with #9A6D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D0D; }
p { color: rgb(154,109,13); }
H1.HeaderClassName
{
color: #9A6D0D;
}
.AnyTagClassName
{
color: #9A6D0D;
}
</style>
background-color css
<style>
a { background-color: #9A6D0D; }
a { background-color: rgb(154,109,13); }
div.DivClassName
{
background-color: #9A6D0D;
}
.BgClassName
{
background-color: #9A6D0D;
}
</style>
border-color css
<style>
span { border-color: #9A6D0D; }
span { border-color: rgb(154,109,13); }
td.TdClassName
{
border-color: #9A6D0D;
}
.TagClassName
{
border-color: #9A6D0D;
}
</style>