Shades of Sorrell Brown #997D67
Tints of Sorrell Brown #997D67
RGB
CMYK
RGB Variations
Color information
#997D67 (or 0x997D67) is known color: Sorrell Brown. HEX triplet: 99, 7D and 67. RGB value is (153,125,103). Sum of RGB (Red+Green+Blue) = 153+125+103=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #997D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D67 is #668298. Grayscale: #828282. Windows color (decimal): -6718105 or 6782361. OLE color: 6782361.
HSL color Cylindrical-coordinate representation of color #997D67: hue angle of 26.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997D67 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 103 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.4 |
| HSL | 26.4º | 0.2% | 0.5% | - |
| HSV(B) | 26.4º | 0.33% | 0.6% | - |
| XYZ | 22.92 | 22.42 | 15.95 | - |
| YUV | 130.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 103 | 0 | 0.18 | 0.33 | 0.4 | 26.4 | 0.2 | 0.5 |
| Hex | 99 | 7D | 67 | 0 | 12 | 21 | 28 | 1A | 14 | 32 |
| Octal | 231 | 175 | 147 | 0 | 22 | 41 | 50 | 32 | 24 | 62 |
| Binary | 10011001 | 1111101 | 1100111 | 0 | 10010 | 100001 | 101000 | 11010 | 10100 | 110010 |
Color Harmonies of #997D67
Complementary color
Monochromatic Colors of #997D67
Black with #997D67
Text Example
Text Example
White with #997D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D67; }
p { color: rgb(153,125,103); }
H1.HeaderClassName
{
color: #997D67;
}
.AnyTagClassName
{
color: #997D67;
}
</style>
background-color css
<style>
a { background-color: #997D67; }
a { background-color: rgb(153,125,103); }
div.DivClassName
{
background-color: #997D67;
}
.BgClassName
{
background-color: #997D67;
}
</style>
border-color css
<style>
span { border-color: #997D67; }
span { border-color: rgb(153,125,103); }
td.TdClassName
{
border-color: #997D67;
}
.TagClassName
{
border-color: #997D67;
}
</style>