Shades of Geebung #C98620
Tints of Geebung #C98620
RGB
CMYK
RGB Variations
Color information
#C98620 (or 0xC98620) is known color: Geebung. HEX triplet: C9, 86 and 20. RGB value is (201,134,32). Sum of RGB (Red+Green+Blue) = 201+134+32=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C98620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98620 is #3679DF. Grayscale: #8E8E8E. Windows color (decimal): -3570144 or 2131657. OLE color: 2131657.
HSL color Cylindrical-coordinate representation of color #C98620: hue angle of 36.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98620 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 32 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.21 |
| HSL | 36.21º | 0.73% | 0.46% | - |
| HSV(B) | 36.21º | 0.84% | 0.79% | - |
| XYZ | 32.87 | 29.57 | 5.34 | - |
| YUV | 142.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 32 | 0 | 0.33 | 0.84 | 0.21 | 36.21 | 0.73 | 0.46 |
| Hex | C9 | 86 | 20 | 0 | 21 | 54 | 15 | 24 | 49 | 2E |
| Octal | 311 | 206 | 40 | 0 | 41 | 124 | 25 | 44 | 111 | 56 |
| Binary | 11001001 | 10000110 | 100000 | 0 | 100001 | 1010100 | 10101 | 100100 | 1001001 | 101110 |
Color Harmonies of #C98620
Complementary color
Monochromatic Colors of #C98620
Black with #C98620
Text Example
Text Example
White with #C98620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98620; }
p { color: rgb(201,134,32); }
H1.HeaderClassName
{
color: #C98620;
}
.AnyTagClassName
{
color: #C98620;
}
</style>
background-color css
<style>
a { background-color: #C98620; }
a { background-color: rgb(201,134,32); }
div.DivClassName
{
background-color: #C98620;
}
.BgClassName
{
background-color: #C98620;
}
</style>
border-color css
<style>
span { border-color: #C98620; }
span { border-color: rgb(201,134,32); }
td.TdClassName
{
border-color: #C98620;
}
.TagClassName
{
border-color: #C98620;
}
</style>