Shades of Golden Brown #98640C
Tints of Golden Brown #98640C
RGB
CMYK
RGB Variations
Color information
#98640C (or 0x98640C) is known color: Golden Brown. HEX triplet: 98, 64 and 0C. RGB value is (152,100,12). Sum of RGB (Red+Green+Blue) = 152+100+12=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98640C is #679BF3. Grayscale: #696969. Windows color (decimal): -6790132 or 812184. OLE color: 812184.
HSL color Cylindrical-coordinate representation of color #98640C: hue angle of 37.71º 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 #98640C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 12 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.40 |
| HSL | 37.71º | 0.85% | 0.32% | - |
| HSV(B) | 37.71º | 0.92% | 0.6% | - |
| XYZ | 17.57 | 15.82 | 2.47 | - |
| YUV | 105.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 12 | 0 | 0.34 | 0.92 | 0.40 | 37.71 | 0.85 | 0.32 |
| Hex | 98 | 64 | C | 0 | 22 | 5C | 28 | 26 | 55 | 20 |
| Octal | 230 | 144 | 14 | 0 | 42 | 134 | 50 | 46 | 125 | 40 |
| Binary | 10011000 | 1100100 | 1100 | 0 | 100010 | 1011100 | 101000 | 100110 | 1010101 | 100000 |
Color Harmonies of #98640C
Complementary color
Monochromatic Colors of #98640C
Black with #98640C
Text Example
Text Example
White with #98640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98640C; }
p { color: rgb(152,100,12); }
H1.HeaderClassName
{
color: #98640C;
}
.AnyTagClassName
{
color: #98640C;
}
</style>
background-color css
<style>
a { background-color: #98640C; }
a { background-color: rgb(152,100,12); }
div.DivClassName
{
background-color: #98640C;
}
.BgClassName
{
background-color: #98640C;
}
</style>
border-color css
<style>
span { border-color: #98640C; }
span { border-color: rgb(152,100,12); }
td.TdClassName
{
border-color: #98640C;
}
.TagClassName
{
border-color: #98640C;
}
</style>