Shades of Golden Brown #9B650C
Tints of Golden Brown #9B650C
RGB
CMYK
RGB Variations
Color information
#9B650C (or 0x9B650C) is known color: Golden Brown. HEX triplet: 9B, 65 and 0C. RGB value is (155,101,12). Sum of RGB (Red+Green+Blue) = 155+101+12=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B650C is #649AF3. Grayscale: #6B6B6B. Windows color (decimal): -6593268 or 812443. OLE color: 812443.
HSL color Cylindrical-coordinate representation of color #9B650C: hue angle of 37.34º degrees, saturation: 0.86, 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 #9B650C is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 12 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.39 |
| HSL | 37.34º | 0.86% | 0.33% | - |
| HSV(B) | 37.34º | 0.92% | 0.61% | - |
| XYZ | 18.24 | 16.3 | 2.53 | - |
| YUV | 107 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 12 | 0 | 0.35 | 0.92 | 0.39 | 37.34 | 0.86 | 0.33 |
| Hex | 9B | 65 | C | 0 | 23 | 5C | 27 | 25 | 56 | 21 |
| Octal | 233 | 145 | 14 | 0 | 43 | 134 | 47 | 45 | 126 | 41 |
| Binary | 10011011 | 1100101 | 1100 | 0 | 100011 | 1011100 | 100111 | 100101 | 1010110 | 100001 |
Color Harmonies of #9B650C
Complementary color
Monochromatic Colors of #9B650C
Black with #9B650C
Text Example
Text Example
White with #9B650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B650C; }
p { color: rgb(155,101,12); }
H1.HeaderClassName
{
color: #9B650C;
}
.AnyTagClassName
{
color: #9B650C;
}
</style>
background-color css
<style>
a { background-color: #9B650C; }
a { background-color: rgb(155,101,12); }
div.DivClassName
{
background-color: #9B650C;
}
.BgClassName
{
background-color: #9B650C;
}
</style>
border-color css
<style>
span { border-color: #9B650C; }
span { border-color: rgb(155,101,12); }
td.TdClassName
{
border-color: #9B650C;
}
.TagClassName
{
border-color: #9B650C;
}
</style>