Shades of Golden Brown #9B681E
Tints of Golden Brown #9B681E
RGB
CMYK
RGB Variations
Color information
#9B681E (or 0x9B681E) is known color: Golden Brown. HEX triplet: 9B, 68 and 1E. RGB value is (155,104,30). Sum of RGB (Red+Green+Blue) = 155+104+30=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B681E is #6497E1. Grayscale: #6F6F6F. Windows color (decimal): -6592482 or 1992859. OLE color: 1992859.
HSL color Cylindrical-coordinate representation of color #9B681E: hue angle of 35.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B681E is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 30 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.39 |
| HSL | 35.52º | 0.68% | 0.36% | - |
| HSV(B) | 35.52º | 0.81% | 0.61% | - |
| XYZ | 18.7 | 16.96 | 3.52 | - |
| YUV | 110.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 30 | 0 | 0.33 | 0.81 | 0.39 | 35.52 | 0.68 | 0.36 |
| Hex | 9B | 68 | 1E | 0 | 21 | 51 | 27 | 24 | 44 | 24 |
| Octal | 233 | 150 | 36 | 0 | 41 | 121 | 47 | 44 | 104 | 44 |
| Binary | 10011011 | 1101000 | 11110 | 0 | 100001 | 1010001 | 100111 | 100100 | 1000100 | 100100 |
Color Harmonies of #9B681E
Complementary color
Monochromatic Colors of #9B681E
Black with #9B681E
Text Example
Text Example
White with #9B681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B681E; }
p { color: rgb(155,104,30); }
H1.HeaderClassName
{
color: #9B681E;
}
.AnyTagClassName
{
color: #9B681E;
}
</style>
background-color css
<style>
a { background-color: #9B681E; }
a { background-color: rgb(155,104,30); }
div.DivClassName
{
background-color: #9B681E;
}
.BgClassName
{
background-color: #9B681E;
}
</style>
border-color css
<style>
span { border-color: #9B681E; }
span { border-color: rgb(155,104,30); }
td.TdClassName
{
border-color: #9B681E;
}
.TagClassName
{
border-color: #9B681E;
}
</style>