Shades of Luxor Gold #9B8641
Tints of Luxor Gold #9B8641
RGB
CMYK
RGB Variations
Color information
#9B8641 (or 0x9B8641) is known color: Luxor Gold. HEX triplet: 9B, 86 and 41. RGB value is (155,134,65). Sum of RGB (Red+Green+Blue) = 155+134+65=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8641 is #6479BE. Grayscale: #848484. Windows color (decimal): -6584767 or 4294299. OLE color: 4294299.
HSL color Cylindrical-coordinate representation of color #9B8641: hue angle of 46º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B8641 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 65 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.39 |
| HSL | 46º | 0.41% | 0.43% | - |
| HSV(B) | 46º | 0.58% | 0.61% | - |
| XYZ | 23 | 24.4 | 8.5 | - |
| YUV | 132.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 65 | 0 | 0.14 | 0.58 | 0.39 | 46 | 0.41 | 0.43 |
| Hex | 9B | 86 | 41 | 0 | E | 3A | 27 | 2E | 29 | 2B |
| Octal | 233 | 206 | 101 | 0 | 16 | 72 | 47 | 56 | 51 | 53 |
| Binary | 10011011 | 10000110 | 1000001 | 0 | 1110 | 111010 | 100111 | 101110 | 101001 | 101011 |
Color Harmonies of #9B8641
Complementary color
Monochromatic Colors of #9B8641
Black with #9B8641
Text Example
Text Example
White with #9B8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8641; }
p { color: rgb(155,134,65); }
H1.HeaderClassName
{
color: #9B8641;
}
.AnyTagClassName
{
color: #9B8641;
}
</style>
background-color css
<style>
a { background-color: #9B8641; }
a { background-color: rgb(155,134,65); }
div.DivClassName
{
background-color: #9B8641;
}
.BgClassName
{
background-color: #9B8641;
}
</style>
border-color css
<style>
span { border-color: #9B8641; }
span { border-color: rgb(155,134,65); }
td.TdClassName
{
border-color: #9B8641;
}
.TagClassName
{
border-color: #9B8641;
}
</style>