Shades of Geebung #C68128
Tints of Geebung #C68128
RGB
CMYK
RGB Variations
Color information
#C68128 (or 0xC68128) is known color: Geebung. HEX triplet: C6, 81 and 28. RGB value is (198,129,40). Sum of RGB (Red+Green+Blue) = 198+129+40=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68128 is #397ED7. Grayscale: #8B8B8B. Windows color (decimal): -3768024 or 2654662. OLE color: 2654662.
HSL color Cylindrical-coordinate representation of color #C68128: hue angle of 33.8º 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 #C68128 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 40 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.22 |
| HSL | 33.8º | 0.66% | 0.47% | - |
| HSV(B) | 33.8º | 0.8% | 0.78% | - |
| XYZ | 31.52 | 27.86 | 5.72 | - |
| YUV | 139.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 40 | 0 | 0.35 | 0.80 | 0.22 | 33.8 | 0.66 | 0.47 |
| Hex | C6 | 81 | 28 | 0 | 23 | 50 | 16 | 22 | 42 | 2F |
| Octal | 306 | 201 | 50 | 0 | 43 | 120 | 26 | 42 | 102 | 57 |
| Binary | 11000110 | 10000001 | 101000 | 0 | 100011 | 1010000 | 10110 | 100010 | 1000010 | 101111 |
Color Harmonies of #C68128
Complementary color
Monochromatic Colors of #C68128
Black with #C68128
Text Example
Text Example
White with #C68128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68128; }
p { color: rgb(198,129,40); }
H1.HeaderClassName
{
color: #C68128;
}
.AnyTagClassName
{
color: #C68128;
}
</style>
background-color css
<style>
a { background-color: #C68128; }
a { background-color: rgb(198,129,40); }
div.DivClassName
{
background-color: #C68128;
}
.BgClassName
{
background-color: #C68128;
}
</style>
border-color css
<style>
span { border-color: #C68128; }
span { border-color: rgb(198,129,40); }
td.TdClassName
{
border-color: #C68128;
}
.TagClassName
{
border-color: #C68128;
}
</style>