Shades of Luxor Gold #9B884A
Tints of Luxor Gold #9B884A
RGB
CMYK
RGB Variations
Color information
#9B884A (or 0x9B884A) is known color: Luxor Gold. HEX triplet: 9B, 88 and 4A. RGB value is (155,136,74). Sum of RGB (Red+Green+Blue) = 155+136+74=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B884A is #6477B5. Grayscale: #868686. Windows color (decimal): -6584246 or 4884635. OLE color: 4884635.
HSL color Cylindrical-coordinate representation of color #9B884A: hue angle of 45.93º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B884A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 74 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.39 |
| HSL | 45.93º | 0.35% | 0.45% | - |
| HSV(B) | 45.93º | 0.52% | 0.61% | - |
| XYZ | 23.56 | 25.07 | 10.08 | - |
| YUV | 134.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 74 | 0 | 0.12 | 0.52 | 0.39 | 45.93 | 0.35 | 0.45 |
| Hex | 9B | 88 | 4A | 0 | C | 34 | 27 | 2E | 23 | 2D |
| Octal | 233 | 210 | 112 | 0 | 14 | 64 | 47 | 56 | 43 | 55 |
| Binary | 10011011 | 10001000 | 1001010 | 0 | 1100 | 110100 | 100111 | 101110 | 100011 | 101101 |
Color Harmonies of #9B884A
Complementary color
Monochromatic Colors of #9B884A
Black with #9B884A
Text Example
Text Example
White with #9B884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B884A; }
p { color: rgb(155,136,74); }
H1.HeaderClassName
{
color: #9B884A;
}
.AnyTagClassName
{
color: #9B884A;
}
</style>
background-color css
<style>
a { background-color: #9B884A; }
a { background-color: rgb(155,136,74); }
div.DivClassName
{
background-color: #9B884A;
}
.BgClassName
{
background-color: #9B884A;
}
</style>
border-color css
<style>
span { border-color: #9B884A; }
span { border-color: rgb(155,136,74); }
td.TdClassName
{
border-color: #9B884A;
}
.TagClassName
{
border-color: #9B884A;
}
</style>