Shades of Golden Brown #9F651D
Tints of Golden Brown #9F651D
RGB
CMYK
RGB Variations
Color information
#9F651D (or 0x9F651D) is known color: Golden Brown. HEX triplet: 9F, 65 and 1D. RGB value is (159,101,29). Sum of RGB (Red+Green+Blue) = 159+101+29=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F651D is #609AE2. Grayscale: #6E6E6E. Windows color (decimal): -6331107 or 1926559. OLE color: 1926559.
HSL color Cylindrical-coordinate representation of color #9F651D: hue angle of 33.23º 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 #9F651D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 29 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.38 |
| HSL | 33.23º | 0.69% | 0.37% | - |
| HSV(B) | 33.23º | 0.82% | 0.62% | - |
| XYZ | 19.17 | 16.77 | 3.39 | - |
| YUV | 110.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 29 | 0 | 0.36 | 0.82 | 0.38 | 33.23 | 0.69 | 0.37 |
| Hex | 9F | 65 | 1D | 0 | 24 | 52 | 26 | 21 | 45 | 25 |
| Octal | 237 | 145 | 35 | 0 | 44 | 122 | 46 | 41 | 105 | 45 |
| Binary | 10011111 | 1100101 | 11101 | 0 | 100100 | 1010010 | 100110 | 100001 | 1000101 | 100101 |
Color Harmonies of #9F651D
Complementary color
Monochromatic Colors of #9F651D
Black with #9F651D
Text Example
Text Example
White with #9F651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F651D; }
p { color: rgb(159,101,29); }
H1.HeaderClassName
{
color: #9F651D;
}
.AnyTagClassName
{
color: #9F651D;
}
</style>
background-color css
<style>
a { background-color: #9F651D; }
a { background-color: rgb(159,101,29); }
div.DivClassName
{
background-color: #9F651D;
}
.BgClassName
{
background-color: #9F651D;
}
</style>
border-color css
<style>
span { border-color: #9F651D; }
span { border-color: rgb(159,101,29); }
td.TdClassName
{
border-color: #9F651D;
}
.TagClassName
{
border-color: #9F651D;
}
</style>