Shades of Geebung #C68520
Tints of Geebung #C68520
RGB
CMYK
RGB Variations
Color information
#C68520 (or 0xC68520) is known color: Geebung. HEX triplet: C6, 85 and 20. RGB value is (198,133,32). Sum of RGB (Red+Green+Blue) = 198+133+32=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C68520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68520 is #397ADF. Grayscale: #8D8D8D. Windows color (decimal): -3767008 or 2131398. OLE color: 2131398.
HSL color Cylindrical-coordinate representation of color #C68520: hue angle of 36.51º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C68520 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 32 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.22 |
| HSL | 36.51º | 0.72% | 0.45% | - |
| HSV(B) | 36.51º | 0.84% | 0.78% | - |
| XYZ | 31.94 | 28.89 | 5.26 | - |
| YUV | 140.92 | 66.53 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 32 | 0 | 0.33 | 0.84 | 0.22 | 36.51 | 0.72 | 0.45 |
| Hex | C6 | 85 | 20 | 0 | 21 | 54 | 16 | 25 | 48 | 2D |
| Octal | 306 | 205 | 40 | 0 | 41 | 124 | 26 | 45 | 110 | 55 |
| Binary | 11000110 | 10000101 | 100000 | 0 | 100001 | 1010100 | 10110 | 100101 | 1001000 | 101101 |
Color Harmonies of #C68520
Complementary color
Monochromatic Colors of #C68520
Black with #C68520
Text Example
Text Example
White with #C68520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68520; }
p { color: rgb(198,133,32); }
H1.HeaderClassName
{
color: #C68520;
}
.AnyTagClassName
{
color: #C68520;
}
</style>
background-color css
<style>
a { background-color: #C68520; }
a { background-color: rgb(198,133,32); }
div.DivClassName
{
background-color: #C68520;
}
.BgClassName
{
background-color: #C68520;
}
</style>
border-color css
<style>
span { border-color: #C68520; }
span { border-color: rgb(198,133,32); }
td.TdClassName
{
border-color: #C68520;
}
.TagClassName
{
border-color: #C68520;
}
</style>