Shades of Golden Brown #916700
Tints of Golden Brown #916700
RGB
CMYK
RGB Variations
Color information
#916700 (or 0x916700) is known color: Golden Brown. HEX triplet: 91, 67 and 00. RGB value is (145,103,0). Sum of RGB (Red+Green+Blue) = 145+103+0=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #916700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916700 is #6E98FF. Grayscale: #686868. Windows color (decimal): -7248128 or 26513. OLE color: 26513.
HSL color Cylindrical-coordinate representation of color #916700: hue angle of 42.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #916700 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.43 |
| HSL | 42.62º | 1% | 0.28% | - |
| HSV(B) | 42.62º | 1% | 0.57% | - |
| XYZ | 16.53 | 15.72 | 2.16 | - |
| YUV | 103.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 0 | 0 | 0.29 | 1 | 0.43 | 42.62 | 1 | 0.28 |
| Hex | 91 | 67 | 0 | 0 | 1D | 64 | 2B | 2B | 64 | 1C |
| Octal | 221 | 147 | 0 | 0 | 35 | 144 | 53 | 53 | 144 | 34 |
| Binary | 10010001 | 1100111 | 0 | 0 | 11101 | 1100100 | 101011 | 101011 | 1100100 | 11100 |
Color Harmonies of #916700
Complementary color
Monochromatic Colors of #916700
Black with #916700
Text Example
Text Example
White with #916700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916700; }
p { color: rgb(145,103,0); }
H1.HeaderClassName
{
color: #916700;
}
.AnyTagClassName
{
color: #916700;
}
</style>
background-color css
<style>
a { background-color: #916700; }
a { background-color: rgb(145,103,0); }
div.DivClassName
{
background-color: #916700;
}
.BgClassName
{
background-color: #916700;
}
</style>
border-color css
<style>
span { border-color: #916700; }
span { border-color: rgb(145,103,0); }
td.TdClassName
{
border-color: #916700;
}
.TagClassName
{
border-color: #916700;
}
</style>