Shades of Sorrell Brown #998468
Tints of Sorrell Brown #998468
RGB
CMYK
RGB Variations
Color information
#998468 (or 0x998468) is known color: Sorrell Brown. HEX triplet: 99, 84 and 68. RGB value is (153,132,104). Sum of RGB (Red+Green+Blue) = 153+132+104=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #998468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998468 is #667B97. Grayscale: #878787. Windows color (decimal): -6716312 or 6849689. OLE color: 6849689.
HSL color Cylindrical-coordinate representation of color #998468: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998468 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 104 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.4 |
| HSL | 34.29º | 0.19% | 0.5% | - |
| HSV(B) | 34.29º | 0.32% | 0.6% | - |
| XYZ | 23.89 | 24.27 | 16.52 | - |
| YUV | 135.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 104 | 0 | 0.14 | 0.32 | 0.4 | 34.29 | 0.19 | 0.5 |
| Hex | 99 | 84 | 68 | 0 | E | 20 | 28 | 22 | 13 | 32 |
| Octal | 231 | 204 | 150 | 0 | 16 | 40 | 50 | 42 | 23 | 62 |
| Binary | 10011001 | 10000100 | 1101000 | 0 | 1110 | 100000 | 101000 | 100010 | 10011 | 110010 |
Color Harmonies of #998468
Complementary color
Monochromatic Colors of #998468
Black with #998468
Text Example
Text Example
White with #998468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998468; }
p { color: rgb(153,132,104); }
H1.HeaderClassName
{
color: #998468;
}
.AnyTagClassName
{
color: #998468;
}
</style>
background-color css
<style>
a { background-color: #998468; }
a { background-color: rgb(153,132,104); }
div.DivClassName
{
background-color: #998468;
}
.BgClassName
{
background-color: #998468;
}
</style>
border-color css
<style>
span { border-color: #998468; }
span { border-color: rgb(153,132,104); }
td.TdClassName
{
border-color: #998468;
}
.TagClassName
{
border-color: #998468;
}
</style>