Shades of Sorrell Brown #9A7D68
Tints of Sorrell Brown #9A7D68
RGB
CMYK
RGB Variations
Color information
#9A7D68 (or 0x9A7D68) is known color: Sorrell Brown. HEX triplet: 9A, 7D and 68. RGB value is (154,125,104). Sum of RGB (Red+Green+Blue) = 154+125+104=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D68 is #658297. Grayscale: #838383. Windows color (decimal): -6652568 or 6847898. OLE color: 6847898.
HSL color Cylindrical-coordinate representation of color #9A7D68: hue angle of 25.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7D68 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 104 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.40 |
| HSL | 25.2º | 0.2% | 0.51% | - |
| HSV(B) | 25.2º | 0.32% | 0.6% | - |
| XYZ | 23.16 | 22.54 | 16.23 | - |
| YUV | 131.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 104 | 0 | 0.19 | 0.32 | 0.40 | 25.2 | 0.2 | 0.51 |
| Hex | 9A | 7D | 68 | 0 | 13 | 20 | 28 | 19 | 14 | 33 |
| Octal | 232 | 175 | 150 | 0 | 23 | 40 | 50 | 31 | 24 | 63 |
| Binary | 10011010 | 1111101 | 1101000 | 0 | 10011 | 100000 | 101000 | 11001 | 10100 | 110011 |
Color Harmonies of #9A7D68
Complementary color
Monochromatic Colors of #9A7D68
Black with #9A7D68
Text Example
Text Example
White with #9A7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D68; }
p { color: rgb(154,125,104); }
H1.HeaderClassName
{
color: #9A7D68;
}
.AnyTagClassName
{
color: #9A7D68;
}
</style>
background-color css
<style>
a { background-color: #9A7D68; }
a { background-color: rgb(154,125,104); }
div.DivClassName
{
background-color: #9A7D68;
}
.BgClassName
{
background-color: #9A7D68;
}
</style>
border-color css
<style>
span { border-color: #9A7D68; }
span { border-color: rgb(154,125,104); }
td.TdClassName
{
border-color: #9A7D68;
}
.TagClassName
{
border-color: #9A7D68;
}
</style>