Shades of Geebung #C68327
Tints of Geebung #C68327
RGB
CMYK
RGB Variations
Color information
#C68327 (or 0xC68327) is known color: Geebung. HEX triplet: C6, 83 and 27. RGB value is (198,131,39). Sum of RGB (Red+Green+Blue) = 198+131+39=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C68327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68327 is #397CD8. Grayscale: #8C8C8C. Windows color (decimal): -3767513 or 2589638. OLE color: 2589638.
HSL color Cylindrical-coordinate representation of color #C68327: hue angle of 34.72º 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 #C68327 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 39 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.22 |
| HSL | 34.72º | 0.67% | 0.46% | - |
| HSV(B) | 34.72º | 0.8% | 0.78% | - |
| XYZ | 31.77 | 28.38 | 5.72 | - |
| YUV | 140.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 39 | 0 | 0.34 | 0.80 | 0.22 | 34.72 | 0.67 | 0.46 |
| Hex | C6 | 83 | 27 | 0 | 22 | 50 | 16 | 23 | 43 | 2E |
| Octal | 306 | 203 | 47 | 0 | 42 | 120 | 26 | 43 | 103 | 56 |
| Binary | 11000110 | 10000011 | 100111 | 0 | 100010 | 1010000 | 10110 | 100011 | 1000011 | 101110 |
Color Harmonies of #C68327
Complementary color
Monochromatic Colors of #C68327
Black with #C68327
Text Example
Text Example
White with #C68327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68327; }
p { color: rgb(198,131,39); }
H1.HeaderClassName
{
color: #C68327;
}
.AnyTagClassName
{
color: #C68327;
}
</style>
background-color css
<style>
a { background-color: #C68327; }
a { background-color: rgb(198,131,39); }
div.DivClassName
{
background-color: #C68327;
}
.BgClassName
{
background-color: #C68327;
}
</style>
border-color css
<style>
span { border-color: #C68327; }
span { border-color: rgb(198,131,39); }
td.TdClassName
{
border-color: #C68327;
}
.TagClassName
{
border-color: #C68327;
}
</style>