Shades of Golden Brown #9F641B
Tints of Golden Brown #9F641B
RGB
CMYK
RGB Variations
Color information
#9F641B (or 0x9F641B) is known color: Golden Brown. HEX triplet: 9F, 64 and 1B. RGB value is (159,100,27). Sum of RGB (Red+Green+Blue) = 159+100+27=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F641B is #609BE4. Grayscale: #6D6D6D. Windows color (decimal): -6331365 or 1795231. OLE color: 1795231.
HSL color Cylindrical-coordinate representation of color #9F641B: hue angle of 33.18º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F641B is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 27 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.38 |
| HSL | 33.18º | 0.71% | 0.36% | - |
| HSV(B) | 33.18º | 0.83% | 0.62% | - |
| XYZ | 19.05 | 16.56 | 3.23 | - |
| YUV | 109.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 27 | 0 | 0.37 | 0.83 | 0.38 | 33.18 | 0.71 | 0.36 |
| Hex | 9F | 64 | 1B | 0 | 25 | 53 | 26 | 21 | 47 | 24 |
| Octal | 237 | 144 | 33 | 0 | 45 | 123 | 46 | 41 | 107 | 44 |
| Binary | 10011111 | 1100100 | 11011 | 0 | 100101 | 1010011 | 100110 | 100001 | 1000111 | 100100 |
Color Harmonies of #9F641B
Complementary color
Monochromatic Colors of #9F641B
Black with #9F641B
Text Example
Text Example
White with #9F641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F641B; }
p { color: rgb(159,100,27); }
H1.HeaderClassName
{
color: #9F641B;
}
.AnyTagClassName
{
color: #9F641B;
}
</style>
background-color css
<style>
a { background-color: #9F641B; }
a { background-color: rgb(159,100,27); }
div.DivClassName
{
background-color: #9F641B;
}
.BgClassName
{
background-color: #9F641B;
}
</style>
border-color css
<style>
span { border-color: #9F641B; }
span { border-color: rgb(159,100,27); }
td.TdClassName
{
border-color: #9F641B;
}
.TagClassName
{
border-color: #9F641B;
}
</style>