Shades of Geebung #C68625
Tints of Geebung #C68625
RGB
CMYK
RGB Variations
Color information
#C68625 (or 0xC68625) is known color: Geebung. HEX triplet: C6, 86 and 25. RGB value is (198,134,37). Sum of RGB (Red+Green+Blue) = 198+134+37=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C68625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68625 is #3979DA. Grayscale: #8E8E8E. Windows color (decimal): -3766747 or 2459334. OLE color: 2459334.
HSL color Cylindrical-coordinate representation of color #C68625: hue angle of 36.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68625 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 37 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.22 |
| HSL | 36.15º | 0.69% | 0.46% | - |
| HSV(B) | 36.15º | 0.81% | 0.78% | - |
| XYZ | 32.15 | 29.19 | 5.69 | - |
| YUV | 142.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 37 | 0 | 0.32 | 0.81 | 0.22 | 36.15 | 0.69 | 0.46 |
| Hex | C6 | 86 | 25 | 0 | 20 | 51 | 16 | 24 | 45 | 2E |
| Octal | 306 | 206 | 45 | 0 | 40 | 121 | 26 | 44 | 105 | 56 |
| Binary | 11000110 | 10000110 | 100101 | 0 | 100000 | 1010001 | 10110 | 100100 | 1000101 | 101110 |
Color Harmonies of #C68625
Complementary color
Monochromatic Colors of #C68625
Black with #C68625
Text Example
Text Example
White with #C68625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68625; }
p { color: rgb(198,134,37); }
H1.HeaderClassName
{
color: #C68625;
}
.AnyTagClassName
{
color: #C68625;
}
</style>
background-color css
<style>
a { background-color: #C68625; }
a { background-color: rgb(198,134,37); }
div.DivClassName
{
background-color: #C68625;
}
.BgClassName
{
background-color: #C68625;
}
</style>
border-color css
<style>
span { border-color: #C68625; }
span { border-color: rgb(198,134,37); }
td.TdClassName
{
border-color: #C68625;
}
.TagClassName
{
border-color: #C68625;
}
</style>