Shades of Golden Brown #9B600F
Tints of Golden Brown #9B600F
RGB
CMYK
RGB Variations
Color information
#9B600F (or 0x9B600F) is known color: Golden Brown. HEX triplet: 9B, 60 and 0F. RGB value is (155,96,15). Sum of RGB (Red+Green+Blue) = 155+96+15=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B600F is #649FF0. Grayscale: #686868. Windows color (decimal): -6594545 or 1007771. OLE color: 1007771.
HSL color Cylindrical-coordinate representation of color #9B600F: hue angle of 34.71º 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 #9B600F is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 15 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.39 |
| HSL | 34.71º | 0.82% | 0.33% | - |
| HSV(B) | 34.71º | 0.9% | 0.61% | - |
| XYZ | 17.79 | 15.37 | 2.48 | - |
| YUV | 104.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 15 | 0 | 0.38 | 0.90 | 0.39 | 34.71 | 0.82 | 0.33 |
| Hex | 9B | 60 | F | 0 | 26 | 5A | 27 | 23 | 52 | 21 |
| Octal | 233 | 140 | 17 | 0 | 46 | 132 | 47 | 43 | 122 | 41 |
| Binary | 10011011 | 1100000 | 1111 | 0 | 100110 | 1011010 | 100111 | 100011 | 1010010 | 100001 |
Color Harmonies of #9B600F
Complementary color
Monochromatic Colors of #9B600F
Black with #9B600F
Text Example
Text Example
White with #9B600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B600F; }
p { color: rgb(155,96,15); }
H1.HeaderClassName
{
color: #9B600F;
}
.AnyTagClassName
{
color: #9B600F;
}
</style>
background-color css
<style>
a { background-color: #9B600F; }
a { background-color: rgb(155,96,15); }
div.DivClassName
{
background-color: #9B600F;
}
.BgClassName
{
background-color: #9B600F;
}
</style>
border-color css
<style>
span { border-color: #9B600F; }
span { border-color: rgb(155,96,15); }
td.TdClassName
{
border-color: #9B600F;
}
.TagClassName
{
border-color: #9B600F;
}
</style>