Shades of Golden Brown #916409
Tints of Golden Brown #916409
RGB
CMYK
RGB Variations
Color information
#916409 (or 0x916409) is known color: Golden Brown. HEX triplet: 91, 64 and 09. RGB value is (145,100,9). Sum of RGB (Red+Green+Blue) = 145+100+9=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #916409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916409 is #6E9BF6. Grayscale: #676767. Windows color (decimal): -7248887 or 615569. OLE color: 615569.
HSL color Cylindrical-coordinate representation of color #916409: hue angle of 40.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #916409 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 9 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.43 |
| HSL | 40.15º | 0.88% | 0.3% | - |
| HSV(B) | 40.15º | 0.94% | 0.57% | - |
| XYZ | 16.28 | 15.15 | 2.33 | - |
| YUV | 103.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 9 | 0 | 0.31 | 0.94 | 0.43 | 40.15 | 0.88 | 0.3 |
| Hex | 91 | 64 | 9 | 0 | 1F | 5E | 2B | 28 | 58 | 1E |
| Octal | 221 | 144 | 11 | 0 | 37 | 136 | 53 | 50 | 130 | 36 |
| Binary | 10010001 | 1100100 | 1001 | 0 | 11111 | 1011110 | 101011 | 101000 | 1011000 | 11110 |
Color Harmonies of #916409
Complementary color
Monochromatic Colors of #916409
Black with #916409
Text Example
Text Example
White with #916409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916409; }
p { color: rgb(145,100,9); }
H1.HeaderClassName
{
color: #916409;
}
.AnyTagClassName
{
color: #916409;
}
</style>
background-color css
<style>
a { background-color: #916409; }
a { background-color: rgb(145,100,9); }
div.DivClassName
{
background-color: #916409;
}
.BgClassName
{
background-color: #916409;
}
</style>
border-color css
<style>
span { border-color: #916409; }
span { border-color: rgb(145,100,9); }
td.TdClassName
{
border-color: #916409;
}
.TagClassName
{
border-color: #916409;
}
</style>