Shades of Golden Brown #9B7601
Tints of Golden Brown #9B7601
RGB
CMYK
RGB Variations
Color information
#9B7601 (or 0x9B7601) is known color: Golden Brown. HEX triplet: 9B, 76 and 01. RGB value is (155,118,1). Sum of RGB (Red+Green+Blue) = 155+118+1=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7601 is #6489FE. Grayscale: #747474. Windows color (decimal): -6588927 or 95899. OLE color: 95899.
HSL color Cylindrical-coordinate representation of color #9B7601: hue angle of 45.58º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B7601 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 118 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.39 |
| HSL | 45.58º | 0.99% | 0.31% | - |
| HSV(B) | 45.58º | 0.99% | 0.61% | - |
| XYZ | 20 | 19.93 | 2.82 | - |
| YUV | 115.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 1 | 0 | 0.24 | 0.99 | 0.39 | 45.58 | 0.99 | 0.31 |
| Hex | 9B | 76 | 1 | 0 | 18 | 63 | 27 | 2E | 63 | 1F |
| Octal | 233 | 166 | 1 | 0 | 30 | 143 | 47 | 56 | 143 | 37 |
| Binary | 10011011 | 1110110 | 1 | 0 | 11000 | 1100011 | 100111 | 101110 | 1100011 | 11111 |
Color Harmonies of #9B7601
Complementary color
Monochromatic Colors of #9B7601
Black with #9B7601
Text Example
Text Example
White with #9B7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7601; }
p { color: rgb(155,118,1); }
H1.HeaderClassName
{
color: #9B7601;
}
.AnyTagClassName
{
color: #9B7601;
}
</style>
background-color css
<style>
a { background-color: #9B7601; }
a { background-color: rgb(155,118,1); }
div.DivClassName
{
background-color: #9B7601;
}
.BgClassName
{
background-color: #9B7601;
}
</style>
border-color css
<style>
span { border-color: #9B7601; }
span { border-color: rgb(155,118,1); }
td.TdClassName
{
border-color: #9B7601;
}
.TagClassName
{
border-color: #9B7601;
}
</style>