Shades of Golden Brown #9B700F
Tints of Golden Brown #9B700F
RGB
CMYK
RGB Variations
Color information
#9B700F (or 0x9B700F) is known color: Golden Brown. HEX triplet: 9B, 70 and 0F. RGB value is (155,112,15). Sum of RGB (Red+Green+Blue) = 155+112+15=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B700F is #648FF0. Grayscale: #727272. Windows color (decimal): -6590449 or 1011867. OLE color: 1011867.
HSL color Cylindrical-coordinate representation of color #9B700F: hue angle of 41.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B700F is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 15 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.39 |
| HSL | 41.57º | 0.82% | 0.33% | - |
| HSV(B) | 41.57º | 0.9% | 0.61% | - |
| XYZ | 19.4 | 18.59 | 3.02 | - |
| YUV | 113.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 15 | 0 | 0.28 | 0.90 | 0.39 | 41.57 | 0.82 | 0.33 |
| Hex | 9B | 70 | F | 0 | 1C | 5A | 27 | 2A | 52 | 21 |
| Octal | 233 | 160 | 17 | 0 | 34 | 132 | 47 | 52 | 122 | 41 |
| Binary | 10011011 | 1110000 | 1111 | 0 | 11100 | 1011010 | 100111 | 101010 | 1010010 | 100001 |
Color Harmonies of #9B700F
Complementary color
Monochromatic Colors of #9B700F
Black with #9B700F
Text Example
Text Example
White with #9B700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B700F; }
p { color: rgb(155,112,15); }
H1.HeaderClassName
{
color: #9B700F;
}
.AnyTagClassName
{
color: #9B700F;
}
</style>
background-color css
<style>
a { background-color: #9B700F; }
a { background-color: rgb(155,112,15); }
div.DivClassName
{
background-color: #9B700F;
}
.BgClassName
{
background-color: #9B700F;
}
</style>
border-color css
<style>
span { border-color: #9B700F; }
span { border-color: rgb(155,112,15); }
td.TdClassName
{
border-color: #9B700F;
}
.TagClassName
{
border-color: #9B700F;
}
</style>