Shades of Golden Brown #9A6F1B
Tints of Golden Brown #9A6F1B
RGB
CMYK
RGB Variations
Color information
#9A6F1B (or 0x9A6F1B) is known color: Golden Brown. HEX triplet: 9A, 6F and 1B. RGB value is (154,111,27). Sum of RGB (Red+Green+Blue) = 154+111+27=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F1B is #6590E4. Grayscale: #727272. Windows color (decimal): -6656229 or 1798042. OLE color: 1798042.
HSL color Cylindrical-coordinate representation of color #9A6F1B: hue angle of 39.69º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A6F1B is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 27 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.40 |
| HSL | 39.69º | 0.7% | 0.35% | - |
| HSV(B) | 39.69º | 0.82% | 0.6% | - |
| XYZ | 19.21 | 18.32 | 3.56 | - |
| YUV | 114.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 27 | 0 | 0.28 | 0.82 | 0.40 | 39.69 | 0.7 | 0.35 |
| Hex | 9A | 6F | 1B | 0 | 1C | 52 | 28 | 28 | 46 | 23 |
| Octal | 232 | 157 | 33 | 0 | 34 | 122 | 50 | 50 | 106 | 43 |
| Binary | 10011010 | 1101111 | 11011 | 0 | 11100 | 1010010 | 101000 | 101000 | 1000110 | 100011 |
Color Harmonies of #9A6F1B
Complementary color
Monochromatic Colors of #9A6F1B
Black with #9A6F1B
Text Example
Text Example
White with #9A6F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F1B; }
p { color: rgb(154,111,27); }
H1.HeaderClassName
{
color: #9A6F1B;
}
.AnyTagClassName
{
color: #9A6F1B;
}
</style>
background-color css
<style>
a { background-color: #9A6F1B; }
a { background-color: rgb(154,111,27); }
div.DivClassName
{
background-color: #9A6F1B;
}
.BgClassName
{
background-color: #9A6F1B;
}
</style>
border-color css
<style>
span { border-color: #9A6F1B; }
span { border-color: rgb(154,111,27); }
td.TdClassName
{
border-color: #9A6F1B;
}
.TagClassName
{
border-color: #9A6F1B;
}
</style>