Shades of Golden Brown #91650F
Tints of Golden Brown #91650F
RGB
CMYK
RGB Variations
Color information
#91650F (or 0x91650F) is known color: Golden Brown. HEX triplet: 91, 65 and 0F. RGB value is (145,101,15). Sum of RGB (Red+Green+Blue) = 145+101+15=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #91650F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91650F is #6E9AF0. Grayscale: #686868. Windows color (decimal): -7248625 or 1009041. OLE color: 1009041.
HSL color Cylindrical-coordinate representation of color #91650F: hue angle of 39.69º degrees, saturation: 0.81, 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 #91650F is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 15 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.43 |
| HSL | 39.69º | 0.81% | 0.31% | - |
| HSV(B) | 39.69º | 0.9% | 0.57% | - |
| XYZ | 16.42 | 15.36 | 2.55 | - |
| YUV | 104.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 15 | 0 | 0.30 | 0.90 | 0.43 | 39.69 | 0.81 | 0.31 |
| Hex | 91 | 65 | F | 0 | 1E | 5A | 2B | 28 | 51 | 1F |
| Octal | 221 | 145 | 17 | 0 | 36 | 132 | 53 | 50 | 121 | 37 |
| Binary | 10010001 | 1100101 | 1111 | 0 | 11110 | 1011010 | 101011 | 101000 | 1010001 | 11111 |
Color Harmonies of #91650F
Complementary color
Monochromatic Colors of #91650F
Black with #91650F
Text Example
Text Example
White with #91650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91650F; }
p { color: rgb(145,101,15); }
H1.HeaderClassName
{
color: #91650F;
}
.AnyTagClassName
{
color: #91650F;
}
</style>
background-color css
<style>
a { background-color: #91650F; }
a { background-color: rgb(145,101,15); }
div.DivClassName
{
background-color: #91650F;
}
.BgClassName
{
background-color: #91650F;
}
</style>
border-color css
<style>
span { border-color: #91650F; }
span { border-color: rgb(145,101,15); }
td.TdClassName
{
border-color: #91650F;
}
.TagClassName
{
border-color: #91650F;
}
</style>