Shades of Golden Brown #9F621B
Tints of Golden Brown #9F621B
RGB
CMYK
RGB Variations
Color information
#9F621B (or 0x9F621B) is known color: Golden Brown. HEX triplet: 9F, 62 and 1B. RGB value is (159,98,27). Sum of RGB (Red+Green+Blue) = 159+98+27=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F621B is #609DE4. Grayscale: #6C6C6C. Windows color (decimal): -6331877 or 1794719. OLE color: 1794719.
HSL color Cylindrical-coordinate representation of color #9F621B: hue angle of 32.27º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F621B is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 27 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.38 |
| HSL | 32.27º | 0.71% | 0.36% | - |
| HSV(B) | 32.27º | 0.83% | 0.62% | - |
| XYZ | 18.86 | 16.19 | 3.17 | - |
| YUV | 108.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 27 | 0 | 0.38 | 0.83 | 0.38 | 32.27 | 0.71 | 0.36 |
| Hex | 9F | 62 | 1B | 0 | 26 | 53 | 26 | 20 | 47 | 24 |
| Octal | 237 | 142 | 33 | 0 | 46 | 123 | 46 | 40 | 107 | 44 |
| Binary | 10011111 | 1100010 | 11011 | 0 | 100110 | 1010011 | 100110 | 100000 | 1000111 | 100100 |
Color Harmonies of #9F621B
Complementary color
Monochromatic Colors of #9F621B
Black with #9F621B
Text Example
Text Example
White with #9F621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F621B; }
p { color: rgb(159,98,27); }
H1.HeaderClassName
{
color: #9F621B;
}
.AnyTagClassName
{
color: #9F621B;
}
</style>
background-color css
<style>
a { background-color: #9F621B; }
a { background-color: rgb(159,98,27); }
div.DivClassName
{
background-color: #9F621B;
}
.BgClassName
{
background-color: #9F621B;
}
</style>
border-color css
<style>
span { border-color: #9F621B; }
span { border-color: rgb(159,98,27); }
td.TdClassName
{
border-color: #9F621B;
}
.TagClassName
{
border-color: #9F621B;
}
</style>