Shades of Golden Brown #9B701F
Tints of Golden Brown #9B701F
RGB
CMYK
RGB Variations
Color information
#9B701F (or 0x9B701F) is known color: Golden Brown. HEX triplet: 9B, 70 and 1F. RGB value is (155,112,31). Sum of RGB (Red+Green+Blue) = 155+112+31=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B701F is #648FE0. Grayscale: #737373. Windows color (decimal): -6590433 or 2060443. OLE color: 2060443.
HSL color Cylindrical-coordinate representation of color #9B701F: hue angle of 39.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B701F is Cyan = 0, Magento = 0.28, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 31 | - |
| CMYK | 0 | 0.28 | 0.8 | 0.39 |
| HSL | 39.19º | 0.67% | 0.36% | - |
| HSV(B) | 39.19º | 0.8% | 0.61% | - |
| XYZ | 19.56 | 18.66 | 3.87 | - |
| YUV | 115.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 31 | 0 | 0.28 | 0.8 | 0.39 | 39.19 | 0.67 | 0.36 |
| Hex | 9B | 70 | 1F | 0 | 1C | 50 | 27 | 27 | 43 | 24 |
| Octal | 233 | 160 | 37 | 0 | 34 | 120 | 47 | 47 | 103 | 44 |
| Binary | 10011011 | 1110000 | 11111 | 0 | 11100 | 1010000 | 100111 | 100111 | 1000011 | 100100 |
Color Harmonies of #9B701F
Complementary color
Monochromatic Colors of #9B701F
Black with #9B701F
Text Example
Text Example
White with #9B701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B701F; }
p { color: rgb(155,112,31); }
H1.HeaderClassName
{
color: #9B701F;
}
.AnyTagClassName
{
color: #9B701F;
}
</style>
background-color css
<style>
a { background-color: #9B701F; }
a { background-color: rgb(155,112,31); }
div.DivClassName
{
background-color: #9B701F;
}
.BgClassName
{
background-color: #9B701F;
}
</style>
border-color css
<style>
span { border-color: #9B701F; }
span { border-color: rgb(155,112,31); }
td.TdClassName
{
border-color: #9B701F;
}
.TagClassName
{
border-color: #9B701F;
}
</style>