Shades of Golden Brown #9B641B
Tints of Golden Brown #9B641B
RGB
CMYK
RGB Variations
Color information
#9B641B (or 0x9B641B) is known color: Golden Brown. HEX triplet: 9B, 64 and 1B. RGB value is (155,100,27). Sum of RGB (Red+Green+Blue) = 155+100+27=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B641B is #649BE4. Grayscale: #6C6C6C. Windows color (decimal): -6593509 or 1795227. OLE color: 1795227.
HSL color Cylindrical-coordinate representation of color #9B641B: hue angle of 34.22º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B641B is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 27 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.39 |
| HSL | 34.22º | 0.7% | 0.36% | - |
| HSV(B) | 34.22º | 0.83% | 0.61% | - |
| XYZ | 18.27 | 16.16 | 3.19 | - |
| YUV | 108.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 27 | 0 | 0.35 | 0.83 | 0.39 | 34.22 | 0.7 | 0.36 |
| Hex | 9B | 64 | 1B | 0 | 23 | 53 | 27 | 22 | 46 | 24 |
| Octal | 233 | 144 | 33 | 0 | 43 | 123 | 47 | 42 | 106 | 44 |
| Binary | 10011011 | 1100100 | 11011 | 0 | 100011 | 1010011 | 100111 | 100010 | 1000110 | 100100 |
Color Harmonies of #9B641B
Complementary color
Monochromatic Colors of #9B641B
Black with #9B641B
Text Example
Text Example
White with #9B641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B641B; }
p { color: rgb(155,100,27); }
H1.HeaderClassName
{
color: #9B641B;
}
.AnyTagClassName
{
color: #9B641B;
}
</style>
background-color css
<style>
a { background-color: #9B641B; }
a { background-color: rgb(155,100,27); }
div.DivClassName
{
background-color: #9B641B;
}
.BgClassName
{
background-color: #9B641B;
}
</style>
border-color css
<style>
span { border-color: #9B641B; }
span { border-color: rgb(155,100,27); }
td.TdClassName
{
border-color: #9B641B;
}
.TagClassName
{
border-color: #9B641B;
}
</style>