Shades of Geebung #C68429
Tints of Geebung #C68429
RGB
CMYK
RGB Variations
Color information
#C68429 (or 0xC68429) is known color: Geebung. HEX triplet: C6, 84 and 29. RGB value is (198,132,41). Sum of RGB (Red+Green+Blue) = 198+132+41=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C68429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68429 is #397BD6. Grayscale: #8D8D8D. Windows color (decimal): -3767255 or 2720966. OLE color: 2720966.
HSL color Cylindrical-coordinate representation of color #C68429: hue angle of 34.78º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C68429 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 41 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.22 |
| HSL | 34.78º | 0.66% | 0.47% | - |
| HSV(B) | 34.78º | 0.79% | 0.78% | - |
| XYZ | 31.94 | 28.67 | 5.95 | - |
| YUV | 141.36 | 71.37 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 41 | 0 | 0.33 | 0.79 | 0.22 | 34.78 | 0.66 | 0.47 |
| Hex | C6 | 84 | 29 | 0 | 21 | 4F | 16 | 23 | 42 | 2F |
| Octal | 306 | 204 | 51 | 0 | 41 | 117 | 26 | 43 | 102 | 57 |
| Binary | 11000110 | 10000100 | 101001 | 0 | 100001 | 1001111 | 10110 | 100011 | 1000010 | 101111 |
Color Harmonies of #C68429
Complementary color
Monochromatic Colors of #C68429
Black with #C68429
Text Example
Text Example
White with #C68429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68429; }
p { color: rgb(198,132,41); }
H1.HeaderClassName
{
color: #C68429;
}
.AnyTagClassName
{
color: #C68429;
}
</style>
background-color css
<style>
a { background-color: #C68429; }
a { background-color: rgb(198,132,41); }
div.DivClassName
{
background-color: #C68429;
}
.BgClassName
{
background-color: #C68429;
}
</style>
border-color css
<style>
span { border-color: #C68429; }
span { border-color: rgb(198,132,41); }
td.TdClassName
{
border-color: #C68429;
}
.TagClassName
{
border-color: #C68429;
}
</style>