Shades of Golden Brown #9F671D
Tints of Golden Brown #9F671D
RGB
CMYK
RGB Variations
Color information
#9F671D (or 0x9F671D) is known color: Golden Brown. HEX triplet: 9F, 67 and 1D. RGB value is (159,103,29). Sum of RGB (Red+Green+Blue) = 159+103+29=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F671D is #6098E2. Grayscale: #6F6F6F. Windows color (decimal): -6330595 or 1927071. OLE color: 1927071.
HSL color Cylindrical-coordinate representation of color #9F671D: hue angle of 34.15º 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 #9F671D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 29 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.38 |
| HSL | 34.15º | 0.69% | 0.37% | - |
| HSV(B) | 34.15º | 0.82% | 0.62% | - |
| XYZ | 19.37 | 17.16 | 3.45 | - |
| YUV | 111.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 29 | 0 | 0.35 | 0.82 | 0.38 | 34.15 | 0.69 | 0.37 |
| Hex | 9F | 67 | 1D | 0 | 23 | 52 | 26 | 22 | 45 | 25 |
| Octal | 237 | 147 | 35 | 0 | 43 | 122 | 46 | 42 | 105 | 45 |
| Binary | 10011111 | 1100111 | 11101 | 0 | 100011 | 1010010 | 100110 | 100010 | 1000101 | 100101 |
Color Harmonies of #9F671D
Complementary color
Monochromatic Colors of #9F671D
Black with #9F671D
Text Example
Text Example
White with #9F671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F671D; }
p { color: rgb(159,103,29); }
H1.HeaderClassName
{
color: #9F671D;
}
.AnyTagClassName
{
color: #9F671D;
}
</style>
background-color css
<style>
a { background-color: #9F671D; }
a { background-color: rgb(159,103,29); }
div.DivClassName
{
background-color: #9F671D;
}
.BgClassName
{
background-color: #9F671D;
}
</style>
border-color css
<style>
span { border-color: #9F671D; }
span { border-color: rgb(159,103,29); }
td.TdClassName
{
border-color: #9F671D;
}
.TagClassName
{
border-color: #9F671D;
}
</style>