Shades of Geebung #C68E2E
Tints of Geebung #C68E2E
RGB
CMYK
RGB Variations
Color information
#C68E2E (or 0xC68E2E) is known color: Geebung. HEX triplet: C6, 8E and 2E. RGB value is (198,142,46). Sum of RGB (Red+Green+Blue) = 198+142+46=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E2E is #3971D1. Grayscale: #949494. Windows color (decimal): -3764690 or 3051206. OLE color: 3051206.
HSL color Cylindrical-coordinate representation of color #C68E2E: hue angle of 37.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C68E2E is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 46 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.22 |
| HSL | 37.89º | 0.62% | 0.48% | - |
| HSV(B) | 37.89º | 0.77% | 0.78% | - |
| XYZ | 33.45 | 31.55 | 6.91 | - |
| YUV | 147.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 46 | 0 | 0.28 | 0.77 | 0.22 | 37.89 | 0.62 | 0.48 |
| Hex | C6 | 8E | 2E | 0 | 1C | 4D | 16 | 26 | 3E | 30 |
| Octal | 306 | 216 | 56 | 0 | 34 | 115 | 26 | 46 | 76 | 60 |
| Binary | 11000110 | 10001110 | 101110 | 0 | 11100 | 1001101 | 10110 | 100110 | 111110 | 110000 |
Color Harmonies of #C68E2E
Complementary color
Monochromatic Colors of #C68E2E
Black with #C68E2E
Text Example
Text Example
White with #C68E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E2E; }
p { color: rgb(198,142,46); }
H1.HeaderClassName
{
color: #C68E2E;
}
.AnyTagClassName
{
color: #C68E2E;
}
</style>
background-color css
<style>
a { background-color: #C68E2E; }
a { background-color: rgb(198,142,46); }
div.DivClassName
{
background-color: #C68E2E;
}
.BgClassName
{
background-color: #C68E2E;
}
</style>
border-color css
<style>
span { border-color: #C68E2E; }
span { border-color: rgb(198,142,46); }
td.TdClassName
{
border-color: #C68E2E;
}
.TagClassName
{
border-color: #C68E2E;
}
</style>