Shades of Golden Brown #986303
Tints of Golden Brown #986303
RGB
CMYK
RGB Variations
Color information
#986303 (or 0x986303) is known color: Golden Brown. HEX triplet: 98, 63 and 03. RGB value is (152,99,3). Sum of RGB (Red+Green+Blue) = 152+99+3=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #986303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986303 is #679CFC. Grayscale: #686868. Windows color (decimal): -6790397 or 222104. OLE color: 222104.
HSL color Cylindrical-coordinate representation of color #986303: hue angle of 38.66º 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 #986303 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.40 |
| HSL | 38.66º | 0.96% | 0.3% | - |
| HSV(B) | 38.66º | 0.98% | 0.6% | - |
| XYZ | 17.43 | 15.61 | 2.18 | - |
| YUV | 103.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 3 | 0 | 0.35 | 0.98 | 0.40 | 38.66 | 0.96 | 0.3 |
| Hex | 98 | 63 | 3 | 0 | 23 | 62 | 28 | 27 | 60 | 1E |
| Octal | 230 | 143 | 3 | 0 | 43 | 142 | 50 | 47 | 140 | 36 |
| Binary | 10011000 | 1100011 | 11 | 0 | 100011 | 1100010 | 101000 | 100111 | 1100000 | 11110 |
Color Harmonies of #986303
Complementary color
Monochromatic Colors of #986303
Black with #986303
Text Example
Text Example
White with #986303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986303; }
p { color: rgb(152,99,3); }
H1.HeaderClassName
{
color: #986303;
}
.AnyTagClassName
{
color: #986303;
}
</style>
background-color css
<style>
a { background-color: #986303; }
a { background-color: rgb(152,99,3); }
div.DivClassName
{
background-color: #986303;
}
.BgClassName
{
background-color: #986303;
}
</style>
border-color css
<style>
span { border-color: #986303; }
span { border-color: rgb(152,99,3); }
td.TdClassName
{
border-color: #986303;
}
.TagClassName
{
border-color: #986303;
}
</style>