Shades of Golden Brown #986903
Tints of Golden Brown #986903
RGB
CMYK
RGB Variations
Color information
#986903 (or 0x986903) is known color: Golden Brown. HEX triplet: 98, 69 and 03. RGB value is (152,105,3). Sum of RGB (Red+Green+Blue) = 152+105+3=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #986903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986903 is #6796FC. Grayscale: #6B6B6B. Windows color (decimal): -6788861 or 223640. OLE color: 223640.
HSL color Cylindrical-coordinate representation of color #986903: hue angle of 41.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #986903 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.40 |
| HSL | 41.07º | 0.96% | 0.3% | - |
| HSV(B) | 41.07º | 0.98% | 0.6% | - |
| XYZ | 18.02 | 16.79 | 2.38 | - |
| YUV | 107.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 3 | 0 | 0.31 | 0.98 | 0.40 | 41.07 | 0.96 | 0.3 |
| Hex | 98 | 69 | 3 | 0 | 1F | 62 | 28 | 29 | 60 | 1E |
| Octal | 230 | 151 | 3 | 0 | 37 | 142 | 50 | 51 | 140 | 36 |
| Binary | 10011000 | 1101001 | 11 | 0 | 11111 | 1100010 | 101000 | 101001 | 1100000 | 11110 |
Color Harmonies of #986903
Complementary color
Monochromatic Colors of #986903
Black with #986903
Text Example
Text Example
White with #986903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986903; }
p { color: rgb(152,105,3); }
H1.HeaderClassName
{
color: #986903;
}
.AnyTagClassName
{
color: #986903;
}
</style>
background-color css
<style>
a { background-color: #986903; }
a { background-color: rgb(152,105,3); }
div.DivClassName
{
background-color: #986903;
}
.BgClassName
{
background-color: #986903;
}
</style>
border-color css
<style>
span { border-color: #986903; }
span { border-color: rgb(152,105,3); }
td.TdClassName
{
border-color: #986903;
}
.TagClassName
{
border-color: #986903;
}
</style>