Shades of Golden Brown #9F691B
Tints of Golden Brown #9F691B
RGB
CMYK
RGB Variations
Color information
#9F691B (or 0x9F691B) is known color: Golden Brown. HEX triplet: 9F, 69 and 1B. RGB value is (159,105,27). Sum of RGB (Red+Green+Blue) = 159+105+27=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F691B is #6096E4. Grayscale: #707070. Windows color (decimal): -6330085 or 1796511. OLE color: 1796511.
HSL color Cylindrical-coordinate representation of color #9F691B: hue angle of 35.45º 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 #9F691B is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 27 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.38 |
| HSL | 35.45º | 0.71% | 0.36% | - |
| HSV(B) | 35.45º | 0.83% | 0.62% | - |
| XYZ | 19.55 | 17.55 | 3.39 | - |
| YUV | 112.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 27 | 0 | 0.34 | 0.83 | 0.38 | 35.45 | 0.71 | 0.36 |
| Hex | 9F | 69 | 1B | 0 | 22 | 53 | 26 | 23 | 47 | 24 |
| Octal | 237 | 151 | 33 | 0 | 42 | 123 | 46 | 43 | 107 | 44 |
| Binary | 10011111 | 1101001 | 11011 | 0 | 100010 | 1010011 | 100110 | 100011 | 1000111 | 100100 |
Color Harmonies of #9F691B
Complementary color
Monochromatic Colors of #9F691B
Black with #9F691B
Text Example
Text Example
White with #9F691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F691B; }
p { color: rgb(159,105,27); }
H1.HeaderClassName
{
color: #9F691B;
}
.AnyTagClassName
{
color: #9F691B;
}
</style>
background-color css
<style>
a { background-color: #9F691B; }
a { background-color: rgb(159,105,27); }
div.DivClassName
{
background-color: #9F691B;
}
.BgClassName
{
background-color: #9F691B;
}
</style>
border-color css
<style>
span { border-color: #9F691B; }
span { border-color: rgb(159,105,27); }
td.TdClassName
{
border-color: #9F691B;
}
.TagClassName
{
border-color: #9F691B;
}
</style>