Shades of Golden Brown #9B630F
Tints of Golden Brown #9B630F
RGB
CMYK
RGB Variations
Color information
#9B630F (or 0x9B630F) is known color: Golden Brown. HEX triplet: 9B, 63 and 0F. RGB value is (155,99,15). Sum of RGB (Red+Green+Blue) = 155+99+15=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B630F is #649CF0. Grayscale: #6A6A6A. Windows color (decimal): -6593777 or 1008539. OLE color: 1008539.
HSL color Cylindrical-coordinate representation of color #9B630F: hue angle of 36º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B630F is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 15 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.39 |
| HSL | 36º | 0.82% | 0.33% | - |
| HSV(B) | 36º | 0.9% | 0.61% | - |
| XYZ | 18.07 | 15.93 | 2.57 | - |
| YUV | 106.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 15 | 0 | 0.36 | 0.90 | 0.39 | 36 | 0.82 | 0.33 |
| Hex | 9B | 63 | F | 0 | 24 | 5A | 27 | 24 | 52 | 21 |
| Octal | 233 | 143 | 17 | 0 | 44 | 132 | 47 | 44 | 122 | 41 |
| Binary | 10011011 | 1100011 | 1111 | 0 | 100100 | 1011010 | 100111 | 100100 | 1010010 | 100001 |
Color Harmonies of #9B630F
Complementary color
Monochromatic Colors of #9B630F
Black with #9B630F
Text Example
Text Example
White with #9B630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B630F; }
p { color: rgb(155,99,15); }
H1.HeaderClassName
{
color: #9B630F;
}
.AnyTagClassName
{
color: #9B630F;
}
</style>
background-color css
<style>
a { background-color: #9B630F; }
a { background-color: rgb(155,99,15); }
div.DivClassName
{
background-color: #9B630F;
}
.BgClassName
{
background-color: #9B630F;
}
</style>
border-color css
<style>
span { border-color: #9B630F; }
span { border-color: rgb(155,99,15); }
td.TdClassName
{
border-color: #9B630F;
}
.TagClassName
{
border-color: #9B630F;
}
</style>