Shades of Geebung #C68434
Tints of Geebung #C68434
RGB
CMYK
RGB Variations
Color information
#C68434 (or 0xC68434) is known color: Geebung. HEX triplet: C6, 84 and 34. RGB value is (198,132,52). Sum of RGB (Red+Green+Blue) = 198+132+52=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C68434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68434 is #397BCB. Grayscale: #8F8F8F. Windows color (decimal): -3767244 or 3441862. OLE color: 3441862.
HSL color Cylindrical-coordinate representation of color #C68434: hue angle of 32.88º 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 #C68434 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 52 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.22 |
| HSL | 32.88º | 0.58% | 0.49% | - |
| HSV(B) | 32.88º | 0.74% | 0.78% | - |
| XYZ | 32.16 | 28.76 | 7.1 | - |
| YUV | 142.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 52 | 0 | 0.33 | 0.74 | 0.22 | 32.88 | 0.58 | 0.49 |
| Hex | C6 | 84 | 34 | 0 | 21 | 4A | 16 | 21 | 3A | 31 |
| Octal | 306 | 204 | 64 | 0 | 41 | 112 | 26 | 41 | 72 | 61 |
| Binary | 11000110 | 10000100 | 110100 | 0 | 100001 | 1001010 | 10110 | 100001 | 111010 | 110001 |
Color Harmonies of #C68434
Complementary color
Monochromatic Colors of #C68434
Black with #C68434
Text Example
Text Example
White with #C68434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68434; }
p { color: rgb(198,132,52); }
H1.HeaderClassName
{
color: #C68434;
}
.AnyTagClassName
{
color: #C68434;
}
</style>
background-color css
<style>
a { background-color: #C68434; }
a { background-color: rgb(198,132,52); }
div.DivClassName
{
background-color: #C68434;
}
.BgClassName
{
background-color: #C68434;
}
</style>
border-color css
<style>
span { border-color: #C68434; }
span { border-color: rgb(198,132,52); }
td.TdClassName
{
border-color: #C68434;
}
.TagClassName
{
border-color: #C68434;
}
</style>