Shades of Golden Brown #9B670F
Tints of Golden Brown #9B670F
RGB
CMYK
RGB Variations
Color information
#9B670F (or 0x9B670F) is known color: Golden Brown. HEX triplet: 9B, 67 and 0F. RGB value is (155,103,15). Sum of RGB (Red+Green+Blue) = 155+103+15=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B670F is #6498F0. Grayscale: #6C6C6C. Windows color (decimal): -6592753 or 1009563. OLE color: 1009563.
HSL color Cylindrical-coordinate representation of color #9B670F: hue angle of 37.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 #9B670F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 15 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.39 |
| HSL | 37.71º | 0.82% | 0.33% | - |
| HSV(B) | 37.71º | 0.9% | 0.61% | - |
| XYZ | 18.45 | 16.7 | 2.7 | - |
| YUV | 108.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 15 | 0 | 0.34 | 0.90 | 0.39 | 37.71 | 0.82 | 0.33 |
| Hex | 9B | 67 | F | 0 | 22 | 5A | 27 | 26 | 52 | 21 |
| Octal | 233 | 147 | 17 | 0 | 42 | 132 | 47 | 46 | 122 | 41 |
| Binary | 10011011 | 1100111 | 1111 | 0 | 100010 | 1011010 | 100111 | 100110 | 1010010 | 100001 |
Color Harmonies of #9B670F
Complementary color
Monochromatic Colors of #9B670F
Black with #9B670F
Text Example
Text Example
White with #9B670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B670F; }
p { color: rgb(155,103,15); }
H1.HeaderClassName
{
color: #9B670F;
}
.AnyTagClassName
{
color: #9B670F;
}
</style>
background-color css
<style>
a { background-color: #9B670F; }
a { background-color: rgb(155,103,15); }
div.DivClassName
{
background-color: #9B670F;
}
.BgClassName
{
background-color: #9B670F;
}
</style>
border-color css
<style>
span { border-color: #9B670F; }
span { border-color: rgb(155,103,15); }
td.TdClassName
{
border-color: #9B670F;
}
.TagClassName
{
border-color: #9B670F;
}
</style>