Shades of Golden Brown #916D0C
Tints of Golden Brown #916D0C
RGB
CMYK
RGB Variations
Color information
#916D0C (or 0x916D0C) is known color: Golden Brown. HEX triplet: 91, 6D and 0C. RGB value is (145,109,12). Sum of RGB (Red+Green+Blue) = 145+109+12=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #916D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D0C is #6E92F3. Grayscale: #6D6D6D. Windows color (decimal): -7246580 or 814481. OLE color: 814481.
HSL color Cylindrical-coordinate representation of color #916D0C: hue angle of 43.76º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #916D0C is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 12 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.43 |
| HSL | 43.76º | 0.85% | 0.31% | - |
| HSV(B) | 43.76º | 0.92% | 0.57% | - |
| XYZ | 17.21 | 16.98 | 2.72 | - |
| YUV | 108.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 12 | 0 | 0.25 | 0.92 | 0.43 | 43.76 | 0.85 | 0.31 |
| Hex | 91 | 6D | C | 0 | 19 | 5C | 2B | 2C | 55 | 1F |
| Octal | 221 | 155 | 14 | 0 | 31 | 134 | 53 | 54 | 125 | 37 |
| Binary | 10010001 | 1101101 | 1100 | 0 | 11001 | 1011100 | 101011 | 101100 | 1010101 | 11111 |
Color Harmonies of #916D0C
Complementary color
Monochromatic Colors of #916D0C
Black with #916D0C
Text Example
Text Example
White with #916D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D0C; }
p { color: rgb(145,109,12); }
H1.HeaderClassName
{
color: #916D0C;
}
.AnyTagClassName
{
color: #916D0C;
}
</style>
background-color css
<style>
a { background-color: #916D0C; }
a { background-color: rgb(145,109,12); }
div.DivClassName
{
background-color: #916D0C;
}
.BgClassName
{
background-color: #916D0C;
}
</style>
border-color css
<style>
span { border-color: #916D0C; }
span { border-color: rgb(145,109,12); }
td.TdClassName
{
border-color: #916D0C;
}
.TagClassName
{
border-color: #916D0C;
}
</style>