Shades of Sorrell Brown #9A7C67
Tints of Sorrell Brown #9A7C67
RGB
CMYK
RGB Variations
Color information
#9A7C67 (or 0x9A7C67) is known color: Sorrell Brown. HEX triplet: 9A, 7C and 67. RGB value is (154,124,103). Sum of RGB (Red+Green+Blue) = 154+124+103=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C67 is #658398. Grayscale: #828282. Windows color (decimal): -6652825 or 6782106. OLE color: 6782106.
HSL color Cylindrical-coordinate representation of color #9A7C67: hue angle of 24.71º 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 #9A7C67 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 103 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.40 |
| HSL | 24.71º | 0.2% | 0.5% | - |
| HSV(B) | 24.71º | 0.33% | 0.6% | - |
| XYZ | 22.98 | 22.26 | 15.92 | - |
| YUV | 130.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 103 | 0 | 0.19 | 0.33 | 0.40 | 24.71 | 0.2 | 0.5 |
| Hex | 9A | 7C | 67 | 0 | 13 | 21 | 28 | 19 | 14 | 32 |
| Octal | 232 | 174 | 147 | 0 | 23 | 41 | 50 | 31 | 24 | 62 |
| Binary | 10011010 | 1111100 | 1100111 | 0 | 10011 | 100001 | 101000 | 11001 | 10100 | 110010 |
Color Harmonies of #9A7C67
Complementary color
Monochromatic Colors of #9A7C67
Black with #9A7C67
Text Example
Text Example
White with #9A7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C67; }
p { color: rgb(154,124,103); }
H1.HeaderClassName
{
color: #9A7C67;
}
.AnyTagClassName
{
color: #9A7C67;
}
</style>
background-color css
<style>
a { background-color: #9A7C67; }
a { background-color: rgb(154,124,103); }
div.DivClassName
{
background-color: #9A7C67;
}
.BgClassName
{
background-color: #9A7C67;
}
</style>
border-color css
<style>
span { border-color: #9A7C67; }
span { border-color: rgb(154,124,103); }
td.TdClassName
{
border-color: #9A7C67;
}
.TagClassName
{
border-color: #9A7C67;
}
</style>