Shades of Golden Brown #9F621C
Tints of Golden Brown #9F621C
RGB
CMYK
RGB Variations
Color information
#9F621C (or 0x9F621C) is known color: Golden Brown. HEX triplet: 9F, 62 and 1C. RGB value is (159,98,28). Sum of RGB (Red+Green+Blue) = 159+98+28=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F621C is #609DE3. Grayscale: #6C6C6C. Windows color (decimal): -6331876 or 1860255. OLE color: 1860255.
HSL color Cylindrical-coordinate representation of color #9F621C: hue angle of 32.06º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F621C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 28 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.38 |
| HSL | 32.06º | 0.7% | 0.37% | - |
| HSV(B) | 32.06º | 0.82% | 0.62% | - |
| XYZ | 18.88 | 16.19 | 3.23 | - |
| YUV | 108.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 28 | 0 | 0.38 | 0.82 | 0.38 | 32.06 | 0.7 | 0.37 |
| Hex | 9F | 62 | 1C | 0 | 26 | 52 | 26 | 20 | 46 | 25 |
| Octal | 237 | 142 | 34 | 0 | 46 | 122 | 46 | 40 | 106 | 45 |
| Binary | 10011111 | 1100010 | 11100 | 0 | 100110 | 1010010 | 100110 | 100000 | 1000110 | 100101 |
Color Harmonies of #9F621C
Complementary color
Monochromatic Colors of #9F621C
Black with #9F621C
Text Example
Text Example
White with #9F621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F621C; }
p { color: rgb(159,98,28); }
H1.HeaderClassName
{
color: #9F621C;
}
.AnyTagClassName
{
color: #9F621C;
}
</style>
background-color css
<style>
a { background-color: #9F621C; }
a { background-color: rgb(159,98,28); }
div.DivClassName
{
background-color: #9F621C;
}
.BgClassName
{
background-color: #9F621C;
}
</style>
border-color css
<style>
span { border-color: #9F621C; }
span { border-color: rgb(159,98,28); }
td.TdClassName
{
border-color: #9F621C;
}
.TagClassName
{
border-color: #9F621C;
}
</style>