Shades of Geebung #C68825
Tints of Geebung #C68825
RGB
CMYK
RGB Variations
Color information
#C68825 (or 0xC68825) is known color: Geebung. HEX triplet: C6, 88 and 25. RGB value is (198,136,37). Sum of RGB (Red+Green+Blue) = 198+136+37=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C68825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68825 is #3977DA. Grayscale: #8F8F8F. Windows color (decimal): -3766235 or 2459846. OLE color: 2459846.
HSL color Cylindrical-coordinate representation of color #C68825: hue angle of 36.89º 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 #C68825 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 37 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.22 |
| HSL | 36.89º | 0.69% | 0.46% | - |
| HSV(B) | 36.89º | 0.81% | 0.78% | - |
| XYZ | 32.43 | 29.75 | 5.78 | - |
| YUV | 143.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 37 | 0 | 0.31 | 0.81 | 0.22 | 36.89 | 0.69 | 0.46 |
| Hex | C6 | 88 | 25 | 0 | 1F | 51 | 16 | 25 | 45 | 2E |
| Octal | 306 | 210 | 45 | 0 | 37 | 121 | 26 | 45 | 105 | 56 |
| Binary | 11000110 | 10001000 | 100101 | 0 | 11111 | 1010001 | 10110 | 100101 | 1000101 | 101110 |
Color Harmonies of #C68825
Complementary color
Monochromatic Colors of #C68825
Black with #C68825
Text Example
Text Example
White with #C68825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68825; }
p { color: rgb(198,136,37); }
H1.HeaderClassName
{
color: #C68825;
}
.AnyTagClassName
{
color: #C68825;
}
</style>
background-color css
<style>
a { background-color: #C68825; }
a { background-color: rgb(198,136,37); }
div.DivClassName
{
background-color: #C68825;
}
.BgClassName
{
background-color: #C68825;
}
</style>
border-color css
<style>
span { border-color: #C68825; }
span { border-color: rgb(198,136,37); }
td.TdClassName
{
border-color: #C68825;
}
.TagClassName
{
border-color: #C68825;
}
</style>