Shades of Golden Brown #916B10
Tints of Golden Brown #916B10
RGB
CMYK
RGB Variations
Color information
#916B10 (or 0x916B10) is known color: Golden Brown. HEX triplet: 91, 6B and 10. RGB value is (145,107,16). Sum of RGB (Red+Green+Blue) = 145+107+16=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #916B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B10 is #6E94EF. Grayscale: #6C6C6C. Windows color (decimal): -7247088 or 1076113. OLE color: 1076113.
HSL color Cylindrical-coordinate representation of color #916B10: hue angle of 42.33º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #916B10 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 16 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.43 |
| HSL | 42.33º | 0.8% | 0.32% | - |
| HSV(B) | 42.33º | 0.89% | 0.57% | - |
| XYZ | 17.03 | 16.57 | 2.79 | - |
| YUV | 107.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 16 | 0 | 0.26 | 0.89 | 0.43 | 42.33 | 0.8 | 0.32 |
| Hex | 91 | 6B | 10 | 0 | 1A | 59 | 2B | 2A | 50 | 20 |
| Octal | 221 | 153 | 20 | 0 | 32 | 131 | 53 | 52 | 120 | 40 |
| Binary | 10010001 | 1101011 | 10000 | 0 | 11010 | 1011001 | 101011 | 101010 | 1010000 | 100000 |
Color Harmonies of #916B10
Complementary color
Monochromatic Colors of #916B10
Black with #916B10
Text Example
Text Example
White with #916B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B10; }
p { color: rgb(145,107,16); }
H1.HeaderClassName
{
color: #916B10;
}
.AnyTagClassName
{
color: #916B10;
}
</style>
background-color css
<style>
a { background-color: #916B10; }
a { background-color: rgb(145,107,16); }
div.DivClassName
{
background-color: #916B10;
}
.BgClassName
{
background-color: #916B10;
}
</style>
border-color css
<style>
span { border-color: #916B10; }
span { border-color: rgb(145,107,16); }
td.TdClassName
{
border-color: #916B10;
}
.TagClassName
{
border-color: #916B10;
}
</style>