Shades of Geebung #C68425
Tints of Geebung #C68425
RGB
CMYK
RGB Variations
Color information
#C68425 (or 0xC68425) is known color: Geebung. HEX triplet: C6, 84 and 25. RGB value is (198,132,37). Sum of RGB (Red+Green+Blue) = 198+132+37=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68425 is #397BDA. Grayscale: #8D8D8D. Windows color (decimal): -3767259 or 2458822. OLE color: 2458822.
HSL color Cylindrical-coordinate representation of color #C68425: hue angle of 35.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68425 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 37 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.22 |
| HSL | 35.4º | 0.69% | 0.46% | - |
| HSV(B) | 35.4º | 0.81% | 0.78% | - |
| XYZ | 31.87 | 28.64 | 5.6 | - |
| YUV | 140.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 37 | 0 | 0.33 | 0.81 | 0.22 | 35.4 | 0.69 | 0.46 |
| Hex | C6 | 84 | 25 | 0 | 21 | 51 | 16 | 23 | 45 | 2E |
| Octal | 306 | 204 | 45 | 0 | 41 | 121 | 26 | 43 | 105 | 56 |
| Binary | 11000110 | 10000100 | 100101 | 0 | 100001 | 1010001 | 10110 | 100011 | 1000101 | 101110 |
Color Harmonies of #C68425
Complementary color
Monochromatic Colors of #C68425
Black with #C68425
Text Example
Text Example
White with #C68425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68425; }
p { color: rgb(198,132,37); }
H1.HeaderClassName
{
color: #C68425;
}
.AnyTagClassName
{
color: #C68425;
}
</style>
background-color css
<style>
a { background-color: #C68425; }
a { background-color: rgb(198,132,37); }
div.DivClassName
{
background-color: #C68425;
}
.BgClassName
{
background-color: #C68425;
}
</style>
border-color css
<style>
span { border-color: #C68425; }
span { border-color: rgb(198,132,37); }
td.TdClassName
{
border-color: #C68425;
}
.TagClassName
{
border-color: #C68425;
}
</style>