Shades of Lemon Ginger #99871C
Tints of Lemon Ginger #99871C
RGB
CMYK
RGB Variations
Color information
#99871C (or 0x99871C) is known color: Lemon Ginger. HEX triplet: 99, 87 and 1C. RGB value is (153,135,28). Sum of RGB (Red+Green+Blue) = 153+135+28=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99871C is #6678E3. Grayscale: #808080. Windows color (decimal): -6715620 or 1869721. OLE color: 1869721.
HSL color Cylindrical-coordinate representation of color #99871C: hue angle of 51.36º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99871C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 28 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.4 |
| HSL | 51.36º | 0.69% | 0.35% | - |
| HSV(B) | 51.36º | 0.82% | 0.6% | - |
| XYZ | 22.01 | 24.18 | 4.61 | - |
| YUV | 128.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 28 | 0 | 0.12 | 0.82 | 0.4 | 51.36 | 0.69 | 0.35 |
| Hex | 99 | 87 | 1C | 0 | C | 52 | 28 | 33 | 45 | 23 |
| Octal | 231 | 207 | 34 | 0 | 14 | 122 | 50 | 63 | 105 | 43 |
| Binary | 10011001 | 10000111 | 11100 | 0 | 1100 | 1010010 | 101000 | 110011 | 1000101 | 100011 |
Color Harmonies of #99871C
Complementary color
Monochromatic Colors of #99871C
Black with #99871C
Text Example
Text Example
White with #99871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99871C; }
p { color: rgb(153,135,28); }
H1.HeaderClassName
{
color: #99871C;
}
.AnyTagClassName
{
color: #99871C;
}
</style>
background-color css
<style>
a { background-color: #99871C; }
a { background-color: rgb(153,135,28); }
div.DivClassName
{
background-color: #99871C;
}
.BgClassName
{
background-color: #99871C;
}
</style>
border-color css
<style>
span { border-color: #99871C; }
span { border-color: rgb(153,135,28); }
td.TdClassName
{
border-color: #99871C;
}
.TagClassName
{
border-color: #99871C;
}
</style>