Shades of Geebung #C68A32
Tints of Geebung #C68A32
RGB
CMYK
RGB Variations
Color information
#C68A32 (or 0xC68A32) is known color: Geebung. HEX triplet: C6, 8A and 32. RGB value is (198,138,50). Sum of RGB (Red+Green+Blue) = 198+138+50=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A32 is #3975CD. Grayscale: #929292. Windows color (decimal): -3765710 or 3312326. OLE color: 3312326.
HSL color Cylindrical-coordinate representation of color #C68A32: hue angle of 35.68º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C68A32 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 50 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.22 |
| HSL | 35.68º | 0.6% | 0.49% | - |
| HSV(B) | 35.68º | 0.75% | 0.78% | - |
| XYZ | 32.95 | 30.41 | 7.15 | - |
| YUV | 145.91 | 73.88 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 50 | 0 | 0.30 | 0.75 | 0.22 | 35.68 | 0.6 | 0.49 |
| Hex | C6 | 8A | 32 | 0 | 1E | 4B | 16 | 24 | 3C | 31 |
| Octal | 306 | 212 | 62 | 0 | 36 | 113 | 26 | 44 | 74 | 61 |
| Binary | 11000110 | 10001010 | 110010 | 0 | 11110 | 1001011 | 10110 | 100100 | 111100 | 110001 |
Color Harmonies of #C68A32
Complementary color
Monochromatic Colors of #C68A32
Black with #C68A32
Text Example
Text Example
White with #C68A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A32; }
p { color: rgb(198,138,50); }
H1.HeaderClassName
{
color: #C68A32;
}
.AnyTagClassName
{
color: #C68A32;
}
</style>
background-color css
<style>
a { background-color: #C68A32; }
a { background-color: rgb(198,138,50); }
div.DivClassName
{
background-color: #C68A32;
}
.BgClassName
{
background-color: #C68A32;
}
</style>
border-color css
<style>
span { border-color: #C68A32; }
span { border-color: rgb(198,138,50); }
td.TdClassName
{
border-color: #C68A32;
}
.TagClassName
{
border-color: #C68A32;
}
</style>