Shades of Geebung #C68734
Tints of Geebung #C68734
RGB
CMYK
RGB Variations
Color information
#C68734 (or 0xC68734) is known color: Geebung. HEX triplet: C6, 87 and 34. RGB value is (198,135,52). Sum of RGB (Red+Green+Blue) = 198+135+52=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C68734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68734 is #3978CB. Grayscale: #909090. Windows color (decimal): -3766476 or 3442630. OLE color: 3442630.
HSL color Cylindrical-coordinate representation of color #C68734: hue angle of 34.11º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C68734 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 52 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.22 |
| HSL | 34.11º | 0.58% | 0.49% | - |
| HSV(B) | 34.11º | 0.74% | 0.78% | - |
| XYZ | 32.57 | 29.58 | 7.24 | - |
| YUV | 144.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 52 | 0 | 0.32 | 0.74 | 0.22 | 34.11 | 0.58 | 0.49 |
| Hex | C6 | 87 | 34 | 0 | 20 | 4A | 16 | 22 | 3A | 31 |
| Octal | 306 | 207 | 64 | 0 | 40 | 112 | 26 | 42 | 72 | 61 |
| Binary | 11000110 | 10000111 | 110100 | 0 | 100000 | 1001010 | 10110 | 100010 | 111010 | 110001 |
Color Harmonies of #C68734
Complementary color
Monochromatic Colors of #C68734
Black with #C68734
Text Example
Text Example
White with #C68734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68734; }
p { color: rgb(198,135,52); }
H1.HeaderClassName
{
color: #C68734;
}
.AnyTagClassName
{
color: #C68734;
}
</style>
background-color css
<style>
a { background-color: #C68734; }
a { background-color: rgb(198,135,52); }
div.DivClassName
{
background-color: #C68734;
}
.BgClassName
{
background-color: #C68734;
}
</style>
border-color css
<style>
span { border-color: #C68734; }
span { border-color: rgb(198,135,52); }
td.TdClassName
{
border-color: #C68734;
}
.TagClassName
{
border-color: #C68734;
}
</style>