Shades of Geebung #C68328
Tints of Geebung #C68328
RGB
CMYK
RGB Variations
Color information
#C68328 (or 0xC68328) is known color: Geebung. HEX triplet: C6, 83 and 28. RGB value is (198,131,40). Sum of RGB (Red+Green+Blue) = 198+131+40=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C68328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68328 is #397CD7. Grayscale: #8D8D8D. Windows color (decimal): -3767512 or 2655174. OLE color: 2655174.
HSL color Cylindrical-coordinate representation of color #C68328: hue angle of 34.56º 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 #C68328 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 40 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.22 |
| HSL | 34.56º | 0.66% | 0.47% | - |
| HSV(B) | 34.56º | 0.8% | 0.78% | - |
| XYZ | 31.79 | 28.39 | 5.81 | - |
| YUV | 140.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 40 | 0 | 0.34 | 0.80 | 0.22 | 34.56 | 0.66 | 0.47 |
| Hex | C6 | 83 | 28 | 0 | 22 | 50 | 16 | 23 | 42 | 2F |
| Octal | 306 | 203 | 50 | 0 | 42 | 120 | 26 | 43 | 102 | 57 |
| Binary | 11000110 | 10000011 | 101000 | 0 | 100010 | 1010000 | 10110 | 100011 | 1000010 | 101111 |
Color Harmonies of #C68328
Complementary color
Monochromatic Colors of #C68328
Black with #C68328
Text Example
Text Example
White with #C68328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68328; }
p { color: rgb(198,131,40); }
H1.HeaderClassName
{
color: #C68328;
}
.AnyTagClassName
{
color: #C68328;
}
</style>
background-color css
<style>
a { background-color: #C68328; }
a { background-color: rgb(198,131,40); }
div.DivClassName
{
background-color: #C68328;
}
.BgClassName
{
background-color: #C68328;
}
</style>
border-color css
<style>
span { border-color: #C68328; }
span { border-color: rgb(198,131,40); }
td.TdClassName
{
border-color: #C68328;
}
.TagClassName
{
border-color: #C68328;
}
</style>