Shades of Golden Brown #9A691C
Tints of Golden Brown #9A691C
RGB
CMYK
RGB Variations
Color information
#9A691C (or 0x9A691C) is known color: Golden Brown. HEX triplet: 9A, 69 and 1C. RGB value is (154,105,28). Sum of RGB (Red+Green+Blue) = 154+105+28=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A691C is #6596E3. Grayscale: #6F6F6F. Windows color (decimal): -6657764 or 1862042. OLE color: 1862042.
HSL color Cylindrical-coordinate representation of color #9A691C: hue angle of 36.67º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A691C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 105 | 28 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.40 |
| HSL | 36.67º | 0.69% | 0.36% | - |
| HSV(B) | 36.67º | 0.82% | 0.6% | - |
| XYZ | 18.59 | 17.06 | 3.41 | - |
| YUV | 110.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 28 | 0 | 0.32 | 0.82 | 0.40 | 36.67 | 0.69 | 0.36 |
| Hex | 9A | 69 | 1C | 0 | 20 | 52 | 28 | 25 | 45 | 24 |
| Octal | 232 | 151 | 34 | 0 | 40 | 122 | 50 | 45 | 105 | 44 |
| Binary | 10011010 | 1101001 | 11100 | 0 | 100000 | 1010010 | 101000 | 100101 | 1000101 | 100100 |
Color Harmonies of #9A691C
Complementary color
Monochromatic Colors of #9A691C
Black with #9A691C
Text Example
Text Example
White with #9A691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A691C; }
p { color: rgb(154,105,28); }
H1.HeaderClassName
{
color: #9A691C;
}
.AnyTagClassName
{
color: #9A691C;
}
</style>
background-color css
<style>
a { background-color: #9A691C; }
a { background-color: rgb(154,105,28); }
div.DivClassName
{
background-color: #9A691C;
}
.BgClassName
{
background-color: #9A691C;
}
</style>
border-color css
<style>
span { border-color: #9A691C; }
span { border-color: rgb(154,105,28); }
td.TdClassName
{
border-color: #9A691C;
}
.TagClassName
{
border-color: #9A691C;
}
</style>