Shades of Orange Roughy #9F513B
Tints of Orange Roughy #9F513B
RGB
CMYK
RGB Variations
Color information
#9F513B (or 0x9F513B) is known color: Orange Roughy. HEX triplet: 9F, 51 and 3B. RGB value is (159,81,59). Sum of RGB (Red+Green+Blue) = 159+81+59=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F513B is #60AEC4. Grayscale: #656565. Windows color (decimal): -6336197 or 3887519. OLE color: 3887519.
HSL color Cylindrical-coordinate representation of color #9F513B: hue angle of 13.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F513B is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 59 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.38 |
| HSL | 13.2º | 0.46% | 0.43% | - |
| HSV(B) | 13.2º | 0.63% | 0.62% | - |
| XYZ | 18.03 | 13.57 | 5.81 | - |
| YUV | 101.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 59 | 0 | 0.49 | 0.63 | 0.38 | 13.2 | 0.46 | 0.43 |
| Hex | 9F | 51 | 3B | 0 | 31 | 3F | 26 | D | 2E | 2B |
| Octal | 237 | 121 | 73 | 0 | 61 | 77 | 46 | 15 | 56 | 53 |
| Binary | 10011111 | 1010001 | 111011 | 0 | 110001 | 111111 | 100110 | 1101 | 101110 | 101011 |
Color Harmonies of #9F513B
Complementary color
Monochromatic Colors of #9F513B
Black with #9F513B
Text Example
Text Example
White with #9F513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F513B; }
p { color: rgb(159,81,59); }
H1.HeaderClassName
{
color: #9F513B;
}
.AnyTagClassName
{
color: #9F513B;
}
</style>
background-color css
<style>
a { background-color: #9F513B; }
a { background-color: rgb(159,81,59); }
div.DivClassName
{
background-color: #9F513B;
}
.BgClassName
{
background-color: #9F513B;
}
</style>
border-color css
<style>
span { border-color: #9F513B; }
span { border-color: rgb(159,81,59); }
td.TdClassName
{
border-color: #9F513B;
}
.TagClassName
{
border-color: #9F513B;
}
</style>