Shades of Golden Brown #9B621E
Tints of Golden Brown #9B621E
RGB
CMYK
RGB Variations
Color information
#9B621E (or 0x9B621E) is known color: Golden Brown. HEX triplet: 9B, 62 and 1E. RGB value is (155,98,30). Sum of RGB (Red+Green+Blue) = 155+98+30=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B621E is #649DE1. Grayscale: #6B6B6B. Windows color (decimal): -6594018 or 1991323. OLE color: 1991323.
HSL color Cylindrical-coordinate representation of color #9B621E: hue angle of 32.64º 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 #9B621E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 30 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.39 |
| HSL | 32.64º | 0.68% | 0.36% | - |
| HSV(B) | 32.64º | 0.81% | 0.61% | - |
| XYZ | 18.12 | 15.8 | 3.32 | - |
| YUV | 107.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 30 | 0 | 0.37 | 0.81 | 0.39 | 32.64 | 0.68 | 0.36 |
| Hex | 9B | 62 | 1E | 0 | 25 | 51 | 27 | 21 | 44 | 24 |
| Octal | 233 | 142 | 36 | 0 | 45 | 121 | 47 | 41 | 104 | 44 |
| Binary | 10011011 | 1100010 | 11110 | 0 | 100101 | 1010001 | 100111 | 100001 | 1000100 | 100100 |
Color Harmonies of #9B621E
Complementary color
Monochromatic Colors of #9B621E
Black with #9B621E
Text Example
Text Example
White with #9B621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B621E; }
p { color: rgb(155,98,30); }
H1.HeaderClassName
{
color: #9B621E;
}
.AnyTagClassName
{
color: #9B621E;
}
</style>
background-color css
<style>
a { background-color: #9B621E; }
a { background-color: rgb(155,98,30); }
div.DivClassName
{
background-color: #9B621E;
}
.BgClassName
{
background-color: #9B621E;
}
</style>
border-color css
<style>
span { border-color: #9B621E; }
span { border-color: rgb(155,98,30); }
td.TdClassName
{
border-color: #9B621E;
}
.TagClassName
{
border-color: #9B621E;
}
</style>