Shades of Golden Brown #91670E
Tints of Golden Brown #91670E
RGB
CMYK
RGB Variations
Color information
#91670E (or 0x91670E) is known color: Golden Brown. HEX triplet: 91, 67 and 0E. RGB value is (145,103,14). Sum of RGB (Red+Green+Blue) = 145+103+14=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #91670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91670E is #6E98F1. Grayscale: #696969. Windows color (decimal): -7248114 or 944017. OLE color: 944017.
HSL color Cylindrical-coordinate representation of color #91670E: hue angle of 40.76º 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 #91670E is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 14 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.43 |
| HSL | 40.76º | 0.82% | 0.31% | - |
| HSV(B) | 40.76º | 0.9% | 0.57% | - |
| XYZ | 16.61 | 15.75 | 2.58 | - |
| YUV | 105.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 14 | 0 | 0.29 | 0.90 | 0.43 | 40.76 | 0.82 | 0.31 |
| Hex | 91 | 67 | E | 0 | 1D | 5A | 2B | 29 | 52 | 1F |
| Octal | 221 | 147 | 16 | 0 | 35 | 132 | 53 | 51 | 122 | 37 |
| Binary | 10010001 | 1100111 | 1110 | 0 | 11101 | 1011010 | 101011 | 101001 | 1010010 | 11111 |
Color Harmonies of #91670E
Complementary color
Monochromatic Colors of #91670E
Black with #91670E
Text Example
Text Example
White with #91670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91670E; }
p { color: rgb(145,103,14); }
H1.HeaderClassName
{
color: #91670E;
}
.AnyTagClassName
{
color: #91670E;
}
</style>
background-color css
<style>
a { background-color: #91670E; }
a { background-color: rgb(145,103,14); }
div.DivClassName
{
background-color: #91670E;
}
.BgClassName
{
background-color: #91670E;
}
</style>
border-color css
<style>
span { border-color: #91670E; }
span { border-color: rgb(145,103,14); }
td.TdClassName
{
border-color: #91670E;
}
.TagClassName
{
border-color: #91670E;
}
</style>