Shades of Golden Brown #9A6E1F
Tints of Golden Brown #9A6E1F
RGB
CMYK
RGB Variations
Color information
#9A6E1F (or 0x9A6E1F) is known color: Golden Brown. HEX triplet: 9A, 6E and 1F. RGB value is (154,110,31). Sum of RGB (Red+Green+Blue) = 154+110+31=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6E1F is #6591E0. Grayscale: #727272. Windows color (decimal): -6656481 or 2059930. OLE color: 2059930.
HSL color Cylindrical-coordinate representation of color #9A6E1F: hue angle of 38.54º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A6E1F is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 31 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.40 |
| HSL | 38.54º | 0.66% | 0.36% | - |
| HSV(B) | 38.54º | 0.8% | 0.6% | - |
| XYZ | 19.15 | 18.12 | 3.78 | - |
| YUV | 114.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 31 | 0 | 0.29 | 0.80 | 0.40 | 38.54 | 0.66 | 0.36 |
| Hex | 9A | 6E | 1F | 0 | 1D | 50 | 28 | 27 | 42 | 24 |
| Octal | 232 | 156 | 37 | 0 | 35 | 120 | 50 | 47 | 102 | 44 |
| Binary | 10011010 | 1101110 | 11111 | 0 | 11101 | 1010000 | 101000 | 100111 | 1000010 | 100100 |
Color Harmonies of #9A6E1F
Complementary color
Monochromatic Colors of #9A6E1F
Black with #9A6E1F
Text Example
Text Example
White with #9A6E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E1F; }
p { color: rgb(154,110,31); }
H1.HeaderClassName
{
color: #9A6E1F;
}
.AnyTagClassName
{
color: #9A6E1F;
}
</style>
background-color css
<style>
a { background-color: #9A6E1F; }
a { background-color: rgb(154,110,31); }
div.DivClassName
{
background-color: #9A6E1F;
}
.BgClassName
{
background-color: #9A6E1F;
}
</style>
border-color css
<style>
span { border-color: #9A6E1F; }
span { border-color: rgb(154,110,31); }
td.TdClassName
{
border-color: #9A6E1F;
}
.TagClassName
{
border-color: #9A6E1F;
}
</style>