Shades of Golden Brown #9B641E
Tints of Golden Brown #9B641E
RGB
CMYK
RGB Variations
Color information
#9B641E (or 0x9B641E) is known color: Golden Brown. HEX triplet: 9B, 64 and 1E. RGB value is (155,100,30). Sum of RGB (Red+Green+Blue) = 155+100+30=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B641E is #649BE1. Grayscale: #6C6C6C. Windows color (decimal): -6593506 or 1991835. OLE color: 1991835.
HSL color Cylindrical-coordinate representation of color #9B641E: hue angle of 33.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B641E is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 30 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.39 |
| HSL | 33.6º | 0.68% | 0.36% | - |
| HSV(B) | 33.6º | 0.81% | 0.61% | - |
| XYZ | 18.31 | 16.18 | 3.39 | - |
| YUV | 108.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 30 | 0 | 0.35 | 0.81 | 0.39 | 33.6 | 0.68 | 0.36 |
| Hex | 9B | 64 | 1E | 0 | 23 | 51 | 27 | 22 | 44 | 24 |
| Octal | 233 | 144 | 36 | 0 | 43 | 121 | 47 | 42 | 104 | 44 |
| Binary | 10011011 | 1100100 | 11110 | 0 | 100011 | 1010001 | 100111 | 100010 | 1000100 | 100100 |
Color Harmonies of #9B641E
Complementary color
Monochromatic Colors of #9B641E
Black with #9B641E
Text Example
Text Example
White with #9B641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B641E; }
p { color: rgb(155,100,30); }
H1.HeaderClassName
{
color: #9B641E;
}
.AnyTagClassName
{
color: #9B641E;
}
</style>
background-color css
<style>
a { background-color: #9B641E; }
a { background-color: rgb(155,100,30); }
div.DivClassName
{
background-color: #9B641E;
}
.BgClassName
{
background-color: #9B641E;
}
</style>
border-color css
<style>
span { border-color: #9B641E; }
span { border-color: rgb(155,100,30); }
td.TdClassName
{
border-color: #9B641E;
}
.TagClassName
{
border-color: #9B641E;
}
</style>