Shades of Geebung #C68923
Tints of Geebung #C68923
RGB
CMYK
RGB Variations
Color information
#C68923 (or 0xC68923) is known color: Geebung. HEX triplet: C6, 89 and 23. RGB value is (198,137,35). Sum of RGB (Red+Green+Blue) = 198+137+35=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68923 is #3976DC. Grayscale: #909090. Windows color (decimal): -3765981 or 2329030. OLE color: 2329030.
HSL color Cylindrical-coordinate representation of color #C68923: hue angle of 37.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C68923 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 35 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.22 |
| HSL | 37.55º | 0.7% | 0.46% | - |
| HSV(B) | 37.55º | 0.82% | 0.78% | - |
| XYZ | 32.54 | 30.02 | 5.67 | - |
| YUV | 143.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 35 | 0 | 0.31 | 0.82 | 0.22 | 37.55 | 0.7 | 0.46 |
| Hex | C6 | 89 | 23 | 0 | 1F | 52 | 16 | 26 | 46 | 2E |
| Octal | 306 | 211 | 43 | 0 | 37 | 122 | 26 | 46 | 106 | 56 |
| Binary | 11000110 | 10001001 | 100011 | 0 | 11111 | 1010010 | 10110 | 100110 | 1000110 | 101110 |
Color Harmonies of #C68923
Complementary color
Monochromatic Colors of #C68923
Black with #C68923
Text Example
Text Example
White with #C68923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68923; }
p { color: rgb(198,137,35); }
H1.HeaderClassName
{
color: #C68923;
}
.AnyTagClassName
{
color: #C68923;
}
</style>
background-color css
<style>
a { background-color: #C68923; }
a { background-color: rgb(198,137,35); }
div.DivClassName
{
background-color: #C68923;
}
.BgClassName
{
background-color: #C68923;
}
</style>
border-color css
<style>
span { border-color: #C68923; }
span { border-color: rgb(198,137,35); }
td.TdClassName
{
border-color: #C68923;
}
.TagClassName
{
border-color: #C68923;
}
</style>