Shades of Geebung #C68828
Tints of Geebung #C68828
RGB
CMYK
RGB Variations
Color information
#C68828 (or 0xC68828) is known color: Geebung. HEX triplet: C6, 88 and 28. RGB value is (198,136,40). Sum of RGB (Red+Green+Blue) = 198+136+40=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C68828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68828 is #3977D7. Grayscale: #909090. Windows color (decimal): -3766232 or 2656454. OLE color: 2656454.
HSL color Cylindrical-coordinate representation of color #C68828: hue angle of 36.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C68828 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 40 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.22 |
| HSL | 36.46º | 0.66% | 0.47% | - |
| HSV(B) | 36.46º | 0.8% | 0.78% | - |
| XYZ | 32.48 | 29.77 | 6.04 | - |
| YUV | 143.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 40 | 0 | 0.31 | 0.80 | 0.22 | 36.46 | 0.66 | 0.47 |
| Hex | C6 | 88 | 28 | 0 | 1F | 50 | 16 | 24 | 42 | 2F |
| Octal | 306 | 210 | 50 | 0 | 37 | 120 | 26 | 44 | 102 | 57 |
| Binary | 11000110 | 10001000 | 101000 | 0 | 11111 | 1010000 | 10110 | 100100 | 1000010 | 101111 |
Color Harmonies of #C68828
Complementary color
Monochromatic Colors of #C68828
Black with #C68828
Text Example
Text Example
White with #C68828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68828; }
p { color: rgb(198,136,40); }
H1.HeaderClassName
{
color: #C68828;
}
.AnyTagClassName
{
color: #C68828;
}
</style>
background-color css
<style>
a { background-color: #C68828; }
a { background-color: rgb(198,136,40); }
div.DivClassName
{
background-color: #C68828;
}
.BgClassName
{
background-color: #C68828;
}
</style>
border-color css
<style>
span { border-color: #C68828; }
span { border-color: rgb(198,136,40); }
td.TdClassName
{
border-color: #C68828;
}
.TagClassName
{
border-color: #C68828;
}
</style>