Shades of Golden Brown #9B7108
Tints of Golden Brown #9B7108
RGB
CMYK
RGB Variations
Color information
#9B7108 (or 0x9B7108) is known color: Golden Brown. HEX triplet: 9B, 71 and 08. RGB value is (155,113,8). Sum of RGB (Red+Green+Blue) = 155+113+8=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7108 is #648EF7. Grayscale: #727272. Windows color (decimal): -6590200 or 553371. OLE color: 553371.
HSL color Cylindrical-coordinate representation of color #9B7108: hue angle of 42.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B7108 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 8 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.39 |
| HSL | 42.86º | 0.9% | 0.32% | - |
| HSV(B) | 42.86º | 0.95% | 0.61% | - |
| XYZ | 19.47 | 18.8 | 2.83 | - |
| YUV | 113.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 8 | 0 | 0.27 | 0.95 | 0.39 | 42.86 | 0.9 | 0.32 |
| Hex | 9B | 71 | 8 | 0 | 1B | 5F | 27 | 2B | 5A | 20 |
| Octal | 233 | 161 | 10 | 0 | 33 | 137 | 47 | 53 | 132 | 40 |
| Binary | 10011011 | 1110001 | 1000 | 0 | 11011 | 1011111 | 100111 | 101011 | 1011010 | 100000 |
Color Harmonies of #9B7108
Complementary color
Monochromatic Colors of #9B7108
Black with #9B7108
Text Example
Text Example
White with #9B7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7108; }
p { color: rgb(155,113,8); }
H1.HeaderClassName
{
color: #9B7108;
}
.AnyTagClassName
{
color: #9B7108;
}
</style>
background-color css
<style>
a { background-color: #9B7108; }
a { background-color: rgb(155,113,8); }
div.DivClassName
{
background-color: #9B7108;
}
.BgClassName
{
background-color: #9B7108;
}
</style>
border-color css
<style>
span { border-color: #9B7108; }
span { border-color: rgb(155,113,8); }
td.TdClassName
{
border-color: #9B7108;
}
.TagClassName
{
border-color: #9B7108;
}
</style>