Shades of Golden Brown #9A6A0D
Tints of Golden Brown #9A6A0D
RGB
CMYK
RGB Variations
Color information
#9A6A0D (or 0x9A6A0D) is known color: Golden Brown. HEX triplet: 9A, 6A and 0D. RGB value is (154,106,13). Sum of RGB (Red+Green+Blue) = 154+106+13=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6A0D is #6595F2. Grayscale: #6E6E6E. Windows color (decimal): -6657523 or 879258. OLE color: 879258.
HSL color Cylindrical-coordinate representation of color #9A6A0D: hue angle of 39.57º 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 #9A6A0D is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 106 | 13 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.40 |
| HSL | 39.57º | 0.84% | 0.33% | - |
| HSV(B) | 39.57º | 0.92% | 0.6% | - |
| XYZ | 18.55 | 17.21 | 2.72 | - |
| YUV | 109.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 13 | 0 | 0.31 | 0.92 | 0.40 | 39.57 | 0.84 | 0.33 |
| Hex | 9A | 6A | D | 0 | 1F | 5C | 28 | 28 | 54 | 21 |
| Octal | 232 | 152 | 15 | 0 | 37 | 134 | 50 | 50 | 124 | 41 |
| Binary | 10011010 | 1101010 | 1101 | 0 | 11111 | 1011100 | 101000 | 101000 | 1010100 | 100001 |
Color Harmonies of #9A6A0D
Complementary color
Monochromatic Colors of #9A6A0D
Black with #9A6A0D
Text Example
Text Example
White with #9A6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6A0D; }
p { color: rgb(154,106,13); }
H1.HeaderClassName
{
color: #9A6A0D;
}
.AnyTagClassName
{
color: #9A6A0D;
}
</style>
background-color css
<style>
a { background-color: #9A6A0D; }
a { background-color: rgb(154,106,13); }
div.DivClassName
{
background-color: #9A6A0D;
}
.BgClassName
{
background-color: #9A6A0D;
}
</style>
border-color css
<style>
span { border-color: #9A6A0D; }
span { border-color: rgb(154,106,13); }
td.TdClassName
{
border-color: #9A6A0D;
}
.TagClassName
{
border-color: #9A6A0D;
}
</style>