Shades of Geebung #C68934
Tints of Geebung #C68934
RGB
CMYK
RGB Variations
Color information
#C68934 (or 0xC68934) is known color: Geebung. HEX triplet: C6, 89 and 34. RGB value is (198,137,52). Sum of RGB (Red+Green+Blue) = 198+137+52=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68934 is #3976CB. Grayscale: #919191. Windows color (decimal): -3765964 or 3443142. OLE color: 3443142.
HSL color Cylindrical-coordinate representation of color #C68934: hue angle of 34.93º 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 #C68934 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 52 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.22 |
| HSL | 34.93º | 0.58% | 0.49% | - |
| HSV(B) | 34.93º | 0.74% | 0.78% | - |
| XYZ | 32.85 | 30.15 | 7.34 | - |
| YUV | 145.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 52 | 0 | 0.31 | 0.74 | 0.22 | 34.93 | 0.58 | 0.49 |
| Hex | C6 | 89 | 34 | 0 | 1F | 4A | 16 | 23 | 3A | 31 |
| Octal | 306 | 211 | 64 | 0 | 37 | 112 | 26 | 43 | 72 | 61 |
| Binary | 11000110 | 10001001 | 110100 | 0 | 11111 | 1001010 | 10110 | 100011 | 111010 | 110001 |
Color Harmonies of #C68934
Complementary color
Monochromatic Colors of #C68934
Black with #C68934
Text Example
Text Example
White with #C68934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68934; }
p { color: rgb(198,137,52); }
H1.HeaderClassName
{
color: #C68934;
}
.AnyTagClassName
{
color: #C68934;
}
</style>
background-color css
<style>
a { background-color: #C68934; }
a { background-color: rgb(198,137,52); }
div.DivClassName
{
background-color: #C68934;
}
.BgClassName
{
background-color: #C68934;
}
</style>
border-color css
<style>
span { border-color: #C68934; }
span { border-color: rgb(198,137,52); }
td.TdClassName
{
border-color: #C68934;
}
.TagClassName
{
border-color: #C68934;
}
</style>