Shades of Golden Brown #9B691D
Tints of Golden Brown #9B691D
RGB
CMYK
RGB Variations
Color information
#9B691D (or 0x9B691D) is known color: Golden Brown. HEX triplet: 9B, 69 and 1D. RGB value is (155,105,29). Sum of RGB (Red+Green+Blue) = 155+105+29=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B691D is #6496E2. Grayscale: #6F6F6F. Windows color (decimal): -6592227 or 1927579. OLE color: 1927579.
HSL color Cylindrical-coordinate representation of color #9B691D: hue angle of 36.19º 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 #9B691D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 29 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.39 |
| HSL | 36.19º | 0.68% | 0.36% | - |
| HSV(B) | 36.19º | 0.81% | 0.61% | - |
| XYZ | 18.79 | 17.16 | 3.48 | - |
| YUV | 111.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 29 | 0 | 0.32 | 0.81 | 0.39 | 36.19 | 0.68 | 0.36 |
| Hex | 9B | 69 | 1D | 0 | 20 | 51 | 27 | 24 | 44 | 24 |
| Octal | 233 | 151 | 35 | 0 | 40 | 121 | 47 | 44 | 104 | 44 |
| Binary | 10011011 | 1101001 | 11101 | 0 | 100000 | 1010001 | 100111 | 100100 | 1000100 | 100100 |
Color Harmonies of #9B691D
Complementary color
Monochromatic Colors of #9B691D
Black with #9B691D
Text Example
Text Example
White with #9B691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B691D; }
p { color: rgb(155,105,29); }
H1.HeaderClassName
{
color: #9B691D;
}
.AnyTagClassName
{
color: #9B691D;
}
</style>
background-color css
<style>
a { background-color: #9B691D; }
a { background-color: rgb(155,105,29); }
div.DivClassName
{
background-color: #9B691D;
}
.BgClassName
{
background-color: #9B691D;
}
</style>
border-color css
<style>
span { border-color: #9B691D; }
span { border-color: rgb(155,105,29); }
td.TdClassName
{
border-color: #9B691D;
}
.TagClassName
{
border-color: #9B691D;
}
</style>