Shades of Golden Brown #9D650C
Tints of Golden Brown #9D650C
RGB
CMYK
RGB Variations
Color information
#9D650C (or 0x9D650C) is known color: Golden Brown. HEX triplet: 9D, 65 and 0C. RGB value is (157,101,12). Sum of RGB (Red+Green+Blue) = 157+101+12=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D650C is #629AF3. Grayscale: #6C6C6C. Windows color (decimal): -6462196 or 812445. OLE color: 812445.
HSL color Cylindrical-coordinate representation of color #9D650C: hue angle of 36.83º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D650C is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 12 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.38 |
| HSL | 36.83º | 0.86% | 0.33% | - |
| HSV(B) | 36.83º | 0.92% | 0.62% | - |
| XYZ | 18.62 | 16.5 | 2.55 | - |
| YUV | 107.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 12 | 0 | 0.36 | 0.92 | 0.38 | 36.83 | 0.86 | 0.33 |
| Hex | 9D | 65 | C | 0 | 24 | 5C | 26 | 25 | 56 | 21 |
| Octal | 235 | 145 | 14 | 0 | 44 | 134 | 46 | 45 | 126 | 41 |
| Binary | 10011101 | 1100101 | 1100 | 0 | 100100 | 1011100 | 100110 | 100101 | 1010110 | 100001 |
Color Harmonies of #9D650C
Complementary color
Monochromatic Colors of #9D650C
Black with #9D650C
Text Example
Text Example
White with #9D650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D650C; }
p { color: rgb(157,101,12); }
H1.HeaderClassName
{
color: #9D650C;
}
.AnyTagClassName
{
color: #9D650C;
}
</style>
background-color css
<style>
a { background-color: #9D650C; }
a { background-color: rgb(157,101,12); }
div.DivClassName
{
background-color: #9D650C;
}
.BgClassName
{
background-color: #9D650C;
}
</style>
border-color css
<style>
span { border-color: #9D650C; }
span { border-color: rgb(157,101,12); }
td.TdClassName
{
border-color: #9D650C;
}
.TagClassName
{
border-color: #9D650C;
}
</style>