Shades of Golden Brown #91671F
Tints of Golden Brown #91671F
RGB
CMYK
RGB Variations
Color information
#91671F (or 0x91671F) is known color: Golden Brown. HEX triplet: 91, 67 and 1F. RGB value is (145,103,31). Sum of RGB (Red+Green+Blue) = 145+103+31=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91671F is #6E98E0. Grayscale: #6B6B6B. Windows color (decimal): -7248097 or 2058129. OLE color: 2058129.
HSL color Cylindrical-coordinate representation of color #91671F: hue angle of 37.89º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91671F is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 31 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.43 |
| HSL | 37.89º | 0.65% | 0.35% | - |
| HSV(B) | 37.89º | 0.79% | 0.57% | - |
| XYZ | 16.77 | 15.82 | 3.47 | - |
| YUV | 107.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 31 | 0 | 0.29 | 0.79 | 0.43 | 37.89 | 0.65 | 0.35 |
| Hex | 91 | 67 | 1F | 0 | 1D | 4F | 2B | 26 | 41 | 23 |
| Octal | 221 | 147 | 37 | 0 | 35 | 117 | 53 | 46 | 101 | 43 |
| Binary | 10010001 | 1100111 | 11111 | 0 | 11101 | 1001111 | 101011 | 100110 | 1000001 | 100011 |
Color Harmonies of #91671F
Complementary color
Monochromatic Colors of #91671F
Black with #91671F
Text Example
Text Example
White with #91671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91671F; }
p { color: rgb(145,103,31); }
H1.HeaderClassName
{
color: #91671F;
}
.AnyTagClassName
{
color: #91671F;
}
</style>
background-color css
<style>
a { background-color: #91671F; }
a { background-color: rgb(145,103,31); }
div.DivClassName
{
background-color: #91671F;
}
.BgClassName
{
background-color: #91671F;
}
</style>
border-color css
<style>
span { border-color: #91671F; }
span { border-color: rgb(145,103,31); }
td.TdClassName
{
border-color: #91671F;
}
.TagClassName
{
border-color: #91671F;
}
</style>