Shades of Golden Brown #916F19
Tints of Golden Brown #916F19
RGB
CMYK
RGB Variations
Color information
#916F19 (or 0x916F19) is known color: Golden Brown. HEX triplet: 91, 6F and 19. RGB value is (145,111,25). Sum of RGB (Red+Green+Blue) = 145+111+25=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #916F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916F19 is #6E90E6. Grayscale: #6F6F6F. Windows color (decimal): -7246055 or 1666961. OLE color: 1666961.
HSL color Cylindrical-coordinate representation of color #916F19: hue angle of 43º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #916F19 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 25 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.43 |
| HSL | 43º | 0.71% | 0.33% | - |
| HSV(B) | 43º | 0.83% | 0.57% | - |
| XYZ | 17.54 | 17.46 | 3.37 | - |
| YUV | 111.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 25 | 0 | 0.23 | 0.83 | 0.43 | 43 | 0.71 | 0.33 |
| Hex | 91 | 6F | 19 | 0 | 17 | 53 | 2B | 2B | 47 | 21 |
| Octal | 221 | 157 | 31 | 0 | 27 | 123 | 53 | 53 | 107 | 41 |
| Binary | 10010001 | 1101111 | 11001 | 0 | 10111 | 1010011 | 101011 | 101011 | 1000111 | 100001 |
Color Harmonies of #916F19
Complementary color
Monochromatic Colors of #916F19
Black with #916F19
Text Example
Text Example
White with #916F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F19; }
p { color: rgb(145,111,25); }
H1.HeaderClassName
{
color: #916F19;
}
.AnyTagClassName
{
color: #916F19;
}
</style>
background-color css
<style>
a { background-color: #916F19; }
a { background-color: rgb(145,111,25); }
div.DivClassName
{
background-color: #916F19;
}
.BgClassName
{
background-color: #916F19;
}
</style>
border-color css
<style>
span { border-color: #916F19; }
span { border-color: rgb(145,111,25); }
td.TdClassName
{
border-color: #916F19;
}
.TagClassName
{
border-color: #916F19;
}
</style>