Shades of Geebung #C68926
Tints of Geebung #C68926
RGB
CMYK
RGB Variations
Color information
#C68926 (or 0xC68926) is known color: Geebung. HEX triplet: C6, 89 and 26. RGB value is (198,137,38). Sum of RGB (Red+Green+Blue) = 198+137+38=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C68926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68926 is #3976D9. Grayscale: #909090. Windows color (decimal): -3765978 or 2525638. OLE color: 2525638.
HSL color Cylindrical-coordinate representation of color #C68926: hue angle of 37.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68926 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 38 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.22 |
| HSL | 37.13º | 0.68% | 0.46% | - |
| HSV(B) | 37.13º | 0.81% | 0.78% | - |
| XYZ | 32.58 | 30.04 | 5.91 | - |
| YUV | 143.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 38 | 0 | 0.31 | 0.81 | 0.22 | 37.13 | 0.68 | 0.46 |
| Hex | C6 | 89 | 26 | 0 | 1F | 51 | 16 | 25 | 44 | 2E |
| Octal | 306 | 211 | 46 | 0 | 37 | 121 | 26 | 45 | 104 | 56 |
| Binary | 11000110 | 10001001 | 100110 | 0 | 11111 | 1010001 | 10110 | 100101 | 1000100 | 101110 |
Color Harmonies of #C68926
Complementary color
Monochromatic Colors of #C68926
Black with #C68926
Text Example
Text Example
White with #C68926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68926; }
p { color: rgb(198,137,38); }
H1.HeaderClassName
{
color: #C68926;
}
.AnyTagClassName
{
color: #C68926;
}
</style>
background-color css
<style>
a { background-color: #C68926; }
a { background-color: rgb(198,137,38); }
div.DivClassName
{
background-color: #C68926;
}
.BgClassName
{
background-color: #C68926;
}
</style>
border-color css
<style>
span { border-color: #C68926; }
span { border-color: rgb(198,137,38); }
td.TdClassName
{
border-color: #C68926;
}
.TagClassName
{
border-color: #C68926;
}
</style>