Shades of Golden Brown #9B660D
Tints of Golden Brown #9B660D
RGB
CMYK
RGB Variations
Color information
#9B660D (or 0x9B660D) is known color: Golden Brown. HEX triplet: 9B, 66 and 0D. RGB value is (155,102,13). Sum of RGB (Red+Green+Blue) = 155+102+13=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B660D is #6499F2. Grayscale: #6C6C6C. Windows color (decimal): -6593011 or 878235. OLE color: 878235.
HSL color Cylindrical-coordinate representation of color #9B660D: hue angle of 37.61º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B660D is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 13 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.39 |
| HSL | 37.61º | 0.85% | 0.33% | - |
| HSV(B) | 37.61º | 0.92% | 0.61% | - |
| XYZ | 18.34 | 16.5 | 2.6 | - |
| YUV | 107.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 13 | 0 | 0.34 | 0.92 | 0.39 | 37.61 | 0.85 | 0.33 |
| Hex | 9B | 66 | D | 0 | 22 | 5C | 27 | 26 | 55 | 21 |
| Octal | 233 | 146 | 15 | 0 | 42 | 134 | 47 | 46 | 125 | 41 |
| Binary | 10011011 | 1100110 | 1101 | 0 | 100010 | 1011100 | 100111 | 100110 | 1010101 | 100001 |
Color Harmonies of #9B660D
Complementary color
Monochromatic Colors of #9B660D
Black with #9B660D
Text Example
Text Example
White with #9B660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B660D; }
p { color: rgb(155,102,13); }
H1.HeaderClassName
{
color: #9B660D;
}
.AnyTagClassName
{
color: #9B660D;
}
</style>
background-color css
<style>
a { background-color: #9B660D; }
a { background-color: rgb(155,102,13); }
div.DivClassName
{
background-color: #9B660D;
}
.BgClassName
{
background-color: #9B660D;
}
</style>
border-color css
<style>
span { border-color: #9B660D; }
span { border-color: rgb(155,102,13); }
td.TdClassName
{
border-color: #9B660D;
}
.TagClassName
{
border-color: #9B660D;
}
</style>