Shades of Sorrell Brown #997A67
Tints of Sorrell Brown #997A67
RGB
CMYK
RGB Variations
Color information
#997A67 (or 0x997A67) is known color: Sorrell Brown. HEX triplet: 99, 7A and 67. RGB value is (153,122,103). Sum of RGB (Red+Green+Blue) = 153+122+103=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #997A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A67 is #668598. Grayscale: #818181. Windows color (decimal): -6718873 or 6781593. OLE color: 6781593.
HSL color Cylindrical-coordinate representation of color #997A67: hue angle of 22.8º 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 #997A67 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 103 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.4 |
| HSL | 22.8º | 0.2% | 0.5% | - |
| HSV(B) | 22.8º | 0.33% | 0.6% | - |
| XYZ | 22.54 | 21.67 | 15.83 | - |
| YUV | 129.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 103 | 0 | 0.20 | 0.33 | 0.4 | 22.8 | 0.2 | 0.5 |
| Hex | 99 | 7A | 67 | 0 | 14 | 21 | 28 | 17 | 14 | 32 |
| Octal | 231 | 172 | 147 | 0 | 24 | 41 | 50 | 27 | 24 | 62 |
| Binary | 10011001 | 1111010 | 1100111 | 0 | 10100 | 100001 | 101000 | 10111 | 10100 | 110010 |
Color Harmonies of #997A67
Complementary color
Monochromatic Colors of #997A67
Black with #997A67
Text Example
Text Example
White with #997A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A67; }
p { color: rgb(153,122,103); }
H1.HeaderClassName
{
color: #997A67;
}
.AnyTagClassName
{
color: #997A67;
}
</style>
background-color css
<style>
a { background-color: #997A67; }
a { background-color: rgb(153,122,103); }
div.DivClassName
{
background-color: #997A67;
}
.BgClassName
{
background-color: #997A67;
}
</style>
border-color css
<style>
span { border-color: #997A67; }
span { border-color: rgb(153,122,103); }
td.TdClassName
{
border-color: #997A67;
}
.TagClassName
{
border-color: #997A67;
}
</style>