Shades of Golden Brown #9B6D1F
Tints of Golden Brown #9B6D1F
RGB
CMYK
RGB Variations
Color information
#9B6D1F (or 0x9B6D1F) is known color: Golden Brown. HEX triplet: 9B, 6D and 1F. RGB value is (155,109,31). Sum of RGB (Red+Green+Blue) = 155+109+31=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D1F is #6492E0. Grayscale: #727272. Windows color (decimal): -6591201 or 2059675. OLE color: 2059675.
HSL color Cylindrical-coordinate representation of color #9B6D1F: hue angle of 37.74º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B6D1F is Cyan = 0, Magento = 0.30, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 109 | 31 | - |
| CMYK | 0 | 0.30 | 0.8 | 0.39 |
| HSL | 37.74º | 0.67% | 0.36% | - |
| HSV(B) | 37.74º | 0.8% | 0.61% | - |
| XYZ | 19.23 | 18 | 3.76 | - |
| YUV | 113.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 109 | 31 | 0 | 0.30 | 0.8 | 0.39 | 37.74 | 0.67 | 0.36 |
| Hex | 9B | 6D | 1F | 0 | 1E | 50 | 27 | 26 | 43 | 24 |
| Octal | 233 | 155 | 37 | 0 | 36 | 120 | 47 | 46 | 103 | 44 |
| Binary | 10011011 | 1101101 | 11111 | 0 | 11110 | 1010000 | 100111 | 100110 | 1000011 | 100100 |
Color Harmonies of #9B6D1F
Complementary color
Monochromatic Colors of #9B6D1F
Black with #9B6D1F
Text Example
Text Example
White with #9B6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6D1F; }
p { color: rgb(155,109,31); }
H1.HeaderClassName
{
color: #9B6D1F;
}
.AnyTagClassName
{
color: #9B6D1F;
}
</style>
background-color css
<style>
a { background-color: #9B6D1F; }
a { background-color: rgb(155,109,31); }
div.DivClassName
{
background-color: #9B6D1F;
}
.BgClassName
{
background-color: #9B6D1F;
}
</style>
border-color css
<style>
span { border-color: #9B6D1F; }
span { border-color: rgb(155,109,31); }
td.TdClassName
{
border-color: #9B6D1F;
}
.TagClassName
{
border-color: #9B6D1F;
}
</style>