Shades of Geebung #C68827
Tints of Geebung #C68827
RGB
CMYK
RGB Variations
Color information
#C68827 (or 0xC68827) is known color: Geebung. HEX triplet: C6, 88 and 27. RGB value is (198,136,39). Sum of RGB (Red+Green+Blue) = 198+136+39=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C68827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68827 is #3977D8. Grayscale: #8F8F8F. Windows color (decimal): -3766233 or 2590918. OLE color: 2590918.
HSL color Cylindrical-coordinate representation of color #C68827: hue angle of 36.6º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C68827 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 39 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.22 |
| HSL | 36.6º | 0.67% | 0.46% | - |
| HSV(B) | 36.6º | 0.8% | 0.78% | - |
| XYZ | 32.46 | 29.76 | 5.95 | - |
| YUV | 143.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 39 | 0 | 0.31 | 0.80 | 0.22 | 36.6 | 0.67 | 0.46 |
| Hex | C6 | 88 | 27 | 0 | 1F | 50 | 16 | 25 | 43 | 2E |
| Octal | 306 | 210 | 47 | 0 | 37 | 120 | 26 | 45 | 103 | 56 |
| Binary | 11000110 | 10001000 | 100111 | 0 | 11111 | 1010000 | 10110 | 100101 | 1000011 | 101110 |
Color Harmonies of #C68827
Complementary color
Monochromatic Colors of #C68827
Black with #C68827
Text Example
Text Example
White with #C68827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68827; }
p { color: rgb(198,136,39); }
H1.HeaderClassName
{
color: #C68827;
}
.AnyTagClassName
{
color: #C68827;
}
</style>
background-color css
<style>
a { background-color: #C68827; }
a { background-color: rgb(198,136,39); }
div.DivClassName
{
background-color: #C68827;
}
.BgClassName
{
background-color: #C68827;
}
</style>
border-color css
<style>
span { border-color: #C68827; }
span { border-color: rgb(198,136,39); }
td.TdClassName
{
border-color: #C68827;
}
.TagClassName
{
border-color: #C68827;
}
</style>