Shades of Golden Brown #9F631D
Tints of Golden Brown #9F631D
RGB
CMYK
RGB Variations
Color information
#9F631D (or 0x9F631D) is known color: Golden Brown. HEX triplet: 9F, 63 and 1D. RGB value is (159,99,29). Sum of RGB (Red+Green+Blue) = 159+99+29=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F631D is #609CE2. Grayscale: #6D6D6D. Windows color (decimal): -6331619 or 1926047. OLE color: 1926047.
HSL color Cylindrical-coordinate representation of color #9F631D: hue angle of 32.31º degrees, saturation: 0.69, 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 #9F631D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 29 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.38 |
| HSL | 32.31º | 0.69% | 0.37% | - |
| HSV(B) | 32.31º | 0.82% | 0.62% | - |
| XYZ | 18.98 | 16.38 | 3.32 | - |
| YUV | 108.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 29 | 0 | 0.38 | 0.82 | 0.38 | 32.31 | 0.69 | 0.37 |
| Hex | 9F | 63 | 1D | 0 | 26 | 52 | 26 | 20 | 45 | 25 |
| Octal | 237 | 143 | 35 | 0 | 46 | 122 | 46 | 40 | 105 | 45 |
| Binary | 10011111 | 1100011 | 11101 | 0 | 100110 | 1010010 | 100110 | 100000 | 1000101 | 100101 |
Color Harmonies of #9F631D
Complementary color
Monochromatic Colors of #9F631D
Black with #9F631D
Text Example
Text Example
White with #9F631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F631D; }
p { color: rgb(159,99,29); }
H1.HeaderClassName
{
color: #9F631D;
}
.AnyTagClassName
{
color: #9F631D;
}
</style>
background-color css
<style>
a { background-color: #9F631D; }
a { background-color: rgb(159,99,29); }
div.DivClassName
{
background-color: #9F631D;
}
.BgClassName
{
background-color: #9F631D;
}
</style>
border-color css
<style>
span { border-color: #9F631D; }
span { border-color: rgb(159,99,29); }
td.TdClassName
{
border-color: #9F631D;
}
.TagClassName
{
border-color: #9F631D;
}
</style>