Shades of Lemon Ginger #9B8635
Tints of Lemon Ginger #9B8635
RGB
CMYK
RGB Variations
Color information
#9B8635 (or 0x9B8635) is known color: Lemon Ginger. HEX triplet: 9B, 86 and 35. RGB value is (155,134,53). Sum of RGB (Red+Green+Blue) = 155+134+53=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8635 is #6479CA. Grayscale: #838383. Windows color (decimal): -6584779 or 3507867. OLE color: 3507867.
HSL color Cylindrical-coordinate representation of color #9B8635: hue angle of 47.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B8635 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 53 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.39 |
| HSL | 47.65º | 0.49% | 0.41% | - |
| HSV(B) | 47.65º | 0.66% | 0.61% | - |
| XYZ | 22.69 | 24.28 | 6.86 | - |
| YUV | 131.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 53 | 0 | 0.14 | 0.66 | 0.39 | 47.65 | 0.49 | 0.41 |
| Hex | 9B | 86 | 35 | 0 | E | 42 | 27 | 30 | 31 | 29 |
| Octal | 233 | 206 | 65 | 0 | 16 | 102 | 47 | 60 | 61 | 51 |
| Binary | 10011011 | 10000110 | 110101 | 0 | 1110 | 1000010 | 100111 | 110000 | 110001 | 101001 |
Color Harmonies of #9B8635
Complementary color
Monochromatic Colors of #9B8635
Black with #9B8635
Text Example
Text Example
White with #9B8635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8635; }
p { color: rgb(155,134,53); }
H1.HeaderClassName
{
color: #9B8635;
}
.AnyTagClassName
{
color: #9B8635;
}
</style>
background-color css
<style>
a { background-color: #9B8635; }
a { background-color: rgb(155,134,53); }
div.DivClassName
{
background-color: #9B8635;
}
.BgClassName
{
background-color: #9B8635;
}
</style>
border-color css
<style>
span { border-color: #9B8635; }
span { border-color: rgb(155,134,53); }
td.TdClassName
{
border-color: #9B8635;
}
.TagClassName
{
border-color: #9B8635;
}
</style>