Shades of Geebung #C98924
Tints of Geebung #C98924
RGB
CMYK
RGB Variations
Color information
#C98924 (or 0xC98924) is known color: Geebung. HEX triplet: C9, 89 and 24. RGB value is (201,137,36). Sum of RGB (Red+Green+Blue) = 201+137+36=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C98924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98924 is #3676DB. Grayscale: #919191. Windows color (decimal): -3569372 or 2394569. OLE color: 2394569.
HSL color Cylindrical-coordinate representation of color #C98924: hue angle of 36.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C98924 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 36 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.21 |
| HSL | 36.73º | 0.7% | 0.46% | - |
| HSV(B) | 36.73º | 0.82% | 0.79% | - |
| XYZ | 33.35 | 30.44 | 5.79 | - |
| YUV | 144.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 36 | 0 | 0.32 | 0.82 | 0.21 | 36.73 | 0.7 | 0.46 |
| Hex | C9 | 89 | 24 | 0 | 20 | 52 | 15 | 25 | 46 | 2E |
| Octal | 311 | 211 | 44 | 0 | 40 | 122 | 25 | 45 | 106 | 56 |
| Binary | 11001001 | 10001001 | 100100 | 0 | 100000 | 1010010 | 10101 | 100101 | 1000110 | 101110 |
Color Harmonies of #C98924
Complementary color
Monochromatic Colors of #C98924
Black with #C98924
Text Example
Text Example
White with #C98924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98924; }
p { color: rgb(201,137,36); }
H1.HeaderClassName
{
color: #C98924;
}
.AnyTagClassName
{
color: #C98924;
}
</style>
background-color css
<style>
a { background-color: #C98924; }
a { background-color: rgb(201,137,36); }
div.DivClassName
{
background-color: #C98924;
}
.BgClassName
{
background-color: #C98924;
}
</style>
border-color css
<style>
span { border-color: #C98924; }
span { border-color: rgb(201,137,36); }
td.TdClassName
{
border-color: #C98924;
}
.TagClassName
{
border-color: #C98924;
}
</style>