Shades of Geebung #C68634
Tints of Geebung #C68634
RGB
CMYK
RGB Variations
Color information
#C68634 (or 0xC68634) is known color: Geebung. HEX triplet: C6, 86 and 34. RGB value is (198,134,52). Sum of RGB (Red+Green+Blue) = 198+134+52=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68634 is #3979CB. Grayscale: #909090. Windows color (decimal): -3766732 or 3442374. OLE color: 3442374.
HSL color Cylindrical-coordinate representation of color #C68634: hue angle of 33.7º 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 #C68634 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 52 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.22 |
| HSL | 33.7º | 0.58% | 0.49% | - |
| HSV(B) | 33.7º | 0.74% | 0.78% | - |
| XYZ | 32.43 | 29.3 | 7.2 | - |
| YUV | 143.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 52 | 0 | 0.32 | 0.74 | 0.22 | 33.7 | 0.58 | 0.49 |
| Hex | C6 | 86 | 34 | 0 | 20 | 4A | 16 | 22 | 3A | 31 |
| Octal | 306 | 206 | 64 | 0 | 40 | 112 | 26 | 42 | 72 | 61 |
| Binary | 11000110 | 10000110 | 110100 | 0 | 100000 | 1001010 | 10110 | 100010 | 111010 | 110001 |
Color Harmonies of #C68634
Complementary color
Monochromatic Colors of #C68634
Black with #C68634
Text Example
Text Example
White with #C68634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68634; }
p { color: rgb(198,134,52); }
H1.HeaderClassName
{
color: #C68634;
}
.AnyTagClassName
{
color: #C68634;
}
</style>
background-color css
<style>
a { background-color: #C68634; }
a { background-color: rgb(198,134,52); }
div.DivClassName
{
background-color: #C68634;
}
.BgClassName
{
background-color: #C68634;
}
</style>
border-color css
<style>
span { border-color: #C68634; }
span { border-color: rgb(198,134,52); }
td.TdClassName
{
border-color: #C68634;
}
.TagClassName
{
border-color: #C68634;
}
</style>