Shades of Sorrell Brown #998264
Tints of Sorrell Brown #998264
RGB
CMYK
RGB Variations
Color information
#998264 (or 0x998264) is known color: Sorrell Brown. HEX triplet: 99, 82 and 64. RGB value is (153,130,100). Sum of RGB (Red+Green+Blue) = 153+130+100=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998264 is #667D9B. Grayscale: #858585. Windows color (decimal): -6716828 or 6587033. OLE color: 6587033.
HSL color Cylindrical-coordinate representation of color #998264: hue angle of 33.96º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998264 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 100 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.4 |
| HSL | 33.96º | 0.21% | 0.5% | - |
| HSV(B) | 33.96º | 0.35% | 0.6% | - |
| XYZ | 23.42 | 23.66 | 15.39 | - |
| YUV | 133.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 100 | 0 | 0.15 | 0.35 | 0.4 | 33.96 | 0.21 | 0.5 |
| Hex | 99 | 82 | 64 | 0 | F | 23 | 28 | 22 | 15 | 32 |
| Octal | 231 | 202 | 144 | 0 | 17 | 43 | 50 | 42 | 25 | 62 |
| Binary | 10011001 | 10000010 | 1100100 | 0 | 1111 | 100011 | 101000 | 100010 | 10101 | 110010 |
Color Harmonies of #998264
Complementary color
Monochromatic Colors of #998264
Black with #998264
Text Example
Text Example
White with #998264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998264; }
p { color: rgb(153,130,100); }
H1.HeaderClassName
{
color: #998264;
}
.AnyTagClassName
{
color: #998264;
}
</style>
background-color css
<style>
a { background-color: #998264; }
a { background-color: rgb(153,130,100); }
div.DivClassName
{
background-color: #998264;
}
.BgClassName
{
background-color: #998264;
}
</style>
border-color css
<style>
span { border-color: #998264; }
span { border-color: rgb(153,130,100); }
td.TdClassName
{
border-color: #998264;
}
.TagClassName
{
border-color: #998264;
}
</style>