Shades of Golden Brown #9B681D
Tints of Golden Brown #9B681D
RGB
CMYK
RGB Variations
Color information
#9B681D (or 0x9B681D) is known color: Golden Brown. HEX triplet: 9B, 68 and 1D. RGB value is (155,104,29). Sum of RGB (Red+Green+Blue) = 155+104+29=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B681D is #6497E2. Grayscale: #6F6F6F. Windows color (decimal): -6592483 or 1927323. OLE color: 1927323.
HSL color Cylindrical-coordinate representation of color #9B681D: hue angle of 35.71º 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 #9B681D is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 29 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.39 |
| HSL | 35.71º | 0.68% | 0.36% | - |
| HSV(B) | 35.71º | 0.81% | 0.61% | - |
| XYZ | 18.69 | 16.96 | 3.45 | - |
| YUV | 110.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 29 | 0 | 0.33 | 0.81 | 0.39 | 35.71 | 0.68 | 0.36 |
| Hex | 9B | 68 | 1D | 0 | 21 | 51 | 27 | 24 | 44 | 24 |
| Octal | 233 | 150 | 35 | 0 | 41 | 121 | 47 | 44 | 104 | 44 |
| Binary | 10011011 | 1101000 | 11101 | 0 | 100001 | 1010001 | 100111 | 100100 | 1000100 | 100100 |
Color Harmonies of #9B681D
Complementary color
Monochromatic Colors of #9B681D
Black with #9B681D
Text Example
Text Example
White with #9B681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B681D; }
p { color: rgb(155,104,29); }
H1.HeaderClassName
{
color: #9B681D;
}
.AnyTagClassName
{
color: #9B681D;
}
</style>
background-color css
<style>
a { background-color: #9B681D; }
a { background-color: rgb(155,104,29); }
div.DivClassName
{
background-color: #9B681D;
}
.BgClassName
{
background-color: #9B681D;
}
</style>
border-color css
<style>
span { border-color: #9B681D; }
span { border-color: rgb(155,104,29); }
td.TdClassName
{
border-color: #9B681D;
}
.TagClassName
{
border-color: #9B681D;
}
</style>