Shades of Opium #99827E
Tints of Opium #99827E
RGB
CMYK
RGB Variations
Color information
#99827E (or 0x99827E) is known color: Opium. HEX triplet: 99, 82 and 7E. RGB value is (153,130,126). Sum of RGB (Red+Green+Blue) = 153+130+126=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99827E is #667D81. Grayscale: #888888. Windows color (decimal): -6716802 or 8290969. OLE color: 8290969.
HSL color Cylindrical-coordinate representation of color #99827E: hue angle of 8.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99827E is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 126 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.4 |
| HSL | 8.89º | 0.12% | 0.55% | - |
| HSV(B) | 8.89º | 0.18% | 0.6% | - |
| XYZ | 24.89 | 24.24 | 23.11 | - |
| YUV | 136.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 126 | 0 | 0.15 | 0.18 | 0.4 | 8.89 | 0.12 | 0.55 |
| Hex | 99 | 82 | 7E | 0 | F | 12 | 28 | 9 | C | 37 |
| Octal | 231 | 202 | 176 | 0 | 17 | 22 | 50 | 11 | 14 | 67 |
| Binary | 10011001 | 10000010 | 1111110 | 0 | 1111 | 10010 | 101000 | 1001 | 1100 | 110111 |
Color Harmonies of #99827E
Complementary color
Monochromatic Colors of #99827E
Black with #99827E
Text Example
Text Example
White with #99827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99827E; }
p { color: rgb(153,130,126); }
H1.HeaderClassName
{
color: #99827E;
}
.AnyTagClassName
{
color: #99827E;
}
</style>
background-color css
<style>
a { background-color: #99827E; }
a { background-color: rgb(153,130,126); }
div.DivClassName
{
background-color: #99827E;
}
.BgClassName
{
background-color: #99827E;
}
</style>
border-color css
<style>
span { border-color: #99827E; }
span { border-color: rgb(153,130,126); }
td.TdClassName
{
border-color: #99827E;
}
.TagClassName
{
border-color: #99827E;
}
</style>