Shades of Golden Brown #9F651F
Tints of Golden Brown #9F651F
RGB
CMYK
RGB Variations
Color information
#9F651F (or 0x9F651F) is known color: Golden Brown. HEX triplet: 9F, 65 and 1F. RGB value is (159,101,31). Sum of RGB (Red+Green+Blue) = 159+101+31=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F651F is #609AE0. Grayscale: #6E6E6E. Windows color (decimal): -6331105 or 2057631. OLE color: 2057631.
HSL color Cylindrical-coordinate representation of color #9F651F: hue angle of 32.81º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F651F is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 31 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.38 |
| HSL | 32.81º | 0.67% | 0.37% | - |
| HSV(B) | 32.81º | 0.81% | 0.62% | - |
| XYZ | 19.2 | 16.78 | 3.52 | - |
| YUV | 110.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 31 | 0 | 0.36 | 0.81 | 0.38 | 32.81 | 0.67 | 0.37 |
| Hex | 9F | 65 | 1F | 0 | 24 | 51 | 26 | 21 | 43 | 25 |
| Octal | 237 | 145 | 37 | 0 | 44 | 121 | 46 | 41 | 103 | 45 |
| Binary | 10011111 | 1100101 | 11111 | 0 | 100100 | 1010001 | 100110 | 100001 | 1000011 | 100101 |
Color Harmonies of #9F651F
Complementary color
Monochromatic Colors of #9F651F
Black with #9F651F
Text Example
Text Example
White with #9F651F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F651F; }
p { color: rgb(159,101,31); }
H1.HeaderClassName
{
color: #9F651F;
}
.AnyTagClassName
{
color: #9F651F;
}
</style>
background-color css
<style>
a { background-color: #9F651F; }
a { background-color: rgb(159,101,31); }
div.DivClassName
{
background-color: #9F651F;
}
.BgClassName
{
background-color: #9F651F;
}
</style>
border-color css
<style>
span { border-color: #9F651F; }
span { border-color: rgb(159,101,31); }
td.TdClassName
{
border-color: #9F651F;
}
.TagClassName
{
border-color: #9F651F;
}
</style>