Shades of Geebung #C68231
Tints of Geebung #C68231
RGB
CMYK
RGB Variations
Color information
#C68231 (or 0xC68231) is known color: Geebung. HEX triplet: C6, 82 and 31. RGB value is (198,130,49). Sum of RGB (Red+Green+Blue) = 198+130+49=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C68231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68231 is #397DCE. Grayscale: #8D8D8D. Windows color (decimal): -3767759 or 3244742. OLE color: 3244742.
HSL color Cylindrical-coordinate representation of color #C68231: hue angle of 32.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C68231 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 49 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.22 |
| HSL | 32.62º | 0.6% | 0.48% | - |
| HSV(B) | 32.62º | 0.75% | 0.78% | - |
| XYZ | 31.83 | 28.19 | 6.67 | - |
| YUV | 141.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 49 | 0 | 0.34 | 0.75 | 0.22 | 32.62 | 0.6 | 0.48 |
| Hex | C6 | 82 | 31 | 0 | 22 | 4B | 16 | 21 | 3C | 30 |
| Octal | 306 | 202 | 61 | 0 | 42 | 113 | 26 | 41 | 74 | 60 |
| Binary | 11000110 | 10000010 | 110001 | 0 | 100010 | 1001011 | 10110 | 100001 | 111100 | 110000 |
Color Harmonies of #C68231
Complementary color
Monochromatic Colors of #C68231
Black with #C68231
Text Example
Text Example
White with #C68231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68231; }
p { color: rgb(198,130,49); }
H1.HeaderClassName
{
color: #C68231;
}
.AnyTagClassName
{
color: #C68231;
}
</style>
background-color css
<style>
a { background-color: #C68231; }
a { background-color: rgb(198,130,49); }
div.DivClassName
{
background-color: #C68231;
}
.BgClassName
{
background-color: #C68231;
}
</style>
border-color css
<style>
span { border-color: #C68231; }
span { border-color: rgb(198,130,49); }
td.TdClassName
{
border-color: #C68231;
}
.TagClassName
{
border-color: #C68231;
}
</style>