Shades of Golden Brown #91671D
Tints of Golden Brown #91671D
RGB
CMYK
RGB Variations
Color information
#91671D (or 0x91671D) is known color: Golden Brown. HEX triplet: 91, 67 and 1D. RGB value is (145,103,29). Sum of RGB (Red+Green+Blue) = 145+103+29=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91671D is #6E98E2. Grayscale: #6B6B6B. Windows color (decimal): -7248099 or 1927057. OLE color: 1927057.
HSL color Cylindrical-coordinate representation of color #91671D: hue angle of 38.28º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91671D is Cyan = 0, Magento = 0.29, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 29 | - |
| CMYK | 0 | 0.29 | 0.8 | 0.43 |
| HSL | 38.28º | 0.67% | 0.34% | - |
| HSV(B) | 38.28º | 0.8% | 0.57% | - |
| XYZ | 16.75 | 15.81 | 3.33 | - |
| YUV | 107.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 29 | 0 | 0.29 | 0.8 | 0.43 | 38.28 | 0.67 | 0.34 |
| Hex | 91 | 67 | 1D | 0 | 1D | 50 | 2B | 26 | 43 | 22 |
| Octal | 221 | 147 | 35 | 0 | 35 | 120 | 53 | 46 | 103 | 42 |
| Binary | 10010001 | 1100111 | 11101 | 0 | 11101 | 1010000 | 101011 | 100110 | 1000011 | 100010 |
Color Harmonies of #91671D
Complementary color
Monochromatic Colors of #91671D
Black with #91671D
Text Example
Text Example
White with #91671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91671D; }
p { color: rgb(145,103,29); }
H1.HeaderClassName
{
color: #91671D;
}
.AnyTagClassName
{
color: #91671D;
}
</style>
background-color css
<style>
a { background-color: #91671D; }
a { background-color: rgb(145,103,29); }
div.DivClassName
{
background-color: #91671D;
}
.BgClassName
{
background-color: #91671D;
}
</style>
border-color css
<style>
span { border-color: #91671D; }
span { border-color: rgb(145,103,29); }
td.TdClassName
{
border-color: #91671D;
}
.TagClassName
{
border-color: #91671D;
}
</style>