Shades of Golden Brown #9C620B
Tints of Golden Brown #9C620B
RGB
CMYK
RGB Variations
Color information
#9C620B (or 0x9C620B) is known color: Golden Brown. HEX triplet: 9C, 62 and 0B. RGB value is (156,98,11). Sum of RGB (Red+Green+Blue) = 156+98+11=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C620B is #639DF4. Grayscale: #696969. Windows color (decimal): -6528501 or 746140. OLE color: 746140.
HSL color Cylindrical-coordinate representation of color #9C620B: hue angle of 36º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C620B is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 11 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.39 |
| HSL | 36º | 0.87% | 0.33% | - |
| HSV(B) | 36º | 0.93% | 0.61% | - |
| XYZ | 18.14 | 15.83 | 2.42 | - |
| YUV | 105.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 11 | 0 | 0.37 | 0.93 | 0.39 | 36 | 0.87 | 0.33 |
| Hex | 9C | 62 | B | 0 | 25 | 5D | 27 | 24 | 57 | 21 |
| Octal | 234 | 142 | 13 | 0 | 45 | 135 | 47 | 44 | 127 | 41 |
| Binary | 10011100 | 1100010 | 1011 | 0 | 100101 | 1011101 | 100111 | 100100 | 1010111 | 100001 |
Color Harmonies of #9C620B
Complementary color
Monochromatic Colors of #9C620B
Black with #9C620B
Text Example
Text Example
White with #9C620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C620B; }
p { color: rgb(156,98,11); }
H1.HeaderClassName
{
color: #9C620B;
}
.AnyTagClassName
{
color: #9C620B;
}
</style>
background-color css
<style>
a { background-color: #9C620B; }
a { background-color: rgb(156,98,11); }
div.DivClassName
{
background-color: #9C620B;
}
.BgClassName
{
background-color: #9C620B;
}
</style>
border-color css
<style>
span { border-color: #9C620B; }
span { border-color: rgb(156,98,11); }
td.TdClassName
{
border-color: #9C620B;
}
.TagClassName
{
border-color: #9C620B;
}
</style>