Shades of Golden Brown #98630C
Tints of Golden Brown #98630C
RGB
CMYK
RGB Variations
Color information
#98630C (or 0x98630C) is known color: Golden Brown. HEX triplet: 98, 63 and 0C. RGB value is (152,99,12). Sum of RGB (Red+Green+Blue) = 152+99+12=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98630C is #679CF3. Grayscale: #696969. Windows color (decimal): -6790388 or 811928. OLE color: 811928.
HSL color Cylindrical-coordinate representation of color #98630C: hue angle of 37.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98630C is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 12 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.40 |
| HSL | 37.29º | 0.85% | 0.32% | - |
| HSV(B) | 37.29º | 0.92% | 0.6% | - |
| XYZ | 17.48 | 15.63 | 2.44 | - |
| YUV | 104.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 12 | 0 | 0.35 | 0.92 | 0.40 | 37.29 | 0.85 | 0.32 |
| Hex | 98 | 63 | C | 0 | 23 | 5C | 28 | 25 | 55 | 20 |
| Octal | 230 | 143 | 14 | 0 | 43 | 134 | 50 | 45 | 125 | 40 |
| Binary | 10011000 | 1100011 | 1100 | 0 | 100011 | 1011100 | 101000 | 100101 | 1010101 | 100000 |
Color Harmonies of #98630C
Complementary color
Monochromatic Colors of #98630C
Black with #98630C
Text Example
Text Example
White with #98630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98630C; }
p { color: rgb(152,99,12); }
H1.HeaderClassName
{
color: #98630C;
}
.AnyTagClassName
{
color: #98630C;
}
</style>
background-color css
<style>
a { background-color: #98630C; }
a { background-color: rgb(152,99,12); }
div.DivClassName
{
background-color: #98630C;
}
.BgClassName
{
background-color: #98630C;
}
</style>
border-color css
<style>
span { border-color: #98630C; }
span { border-color: rgb(152,99,12); }
td.TdClassName
{
border-color: #98630C;
}
.TagClassName
{
border-color: #98630C;
}
</style>