Shades of Golden Brown #916A0E
Tints of Golden Brown #916A0E
RGB
CMYK
RGB Variations
Color information
#916A0E (or 0x916A0E) is known color: Golden Brown. HEX triplet: 91, 6A and 0E. RGB value is (145,106,14). Sum of RGB (Red+Green+Blue) = 145+106+14=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #916A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916A0E is #6E95F1. Grayscale: #6B6B6B. Windows color (decimal): -7247346 or 944785. OLE color: 944785.
HSL color Cylindrical-coordinate representation of color #916A0E: hue angle of 42.14º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #916A0E is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 14 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.43 |
| HSL | 42.14º | 0.82% | 0.31% | - |
| HSV(B) | 42.14º | 0.9% | 0.57% | - |
| XYZ | 16.91 | 16.36 | 2.68 | - |
| YUV | 107.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 14 | 0 | 0.27 | 0.90 | 0.43 | 42.14 | 0.82 | 0.31 |
| Hex | 91 | 6A | E | 0 | 1B | 5A | 2B | 2A | 52 | 1F |
| Octal | 221 | 152 | 16 | 0 | 33 | 132 | 53 | 52 | 122 | 37 |
| Binary | 10010001 | 1101010 | 1110 | 0 | 11011 | 1011010 | 101011 | 101010 | 1010010 | 11111 |
Color Harmonies of #916A0E
Complementary color
Monochromatic Colors of #916A0E
Black with #916A0E
Text Example
Text Example
White with #916A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A0E; }
p { color: rgb(145,106,14); }
H1.HeaderClassName
{
color: #916A0E;
}
.AnyTagClassName
{
color: #916A0E;
}
</style>
background-color css
<style>
a { background-color: #916A0E; }
a { background-color: rgb(145,106,14); }
div.DivClassName
{
background-color: #916A0E;
}
.BgClassName
{
background-color: #916A0E;
}
</style>
border-color css
<style>
span { border-color: #916A0E; }
span { border-color: rgb(145,106,14); }
td.TdClassName
{
border-color: #916A0E;
}
.TagClassName
{
border-color: #916A0E;
}
</style>