Shades of Geebung #C68528
Tints of Geebung #C68528
RGB
CMYK
RGB Variations
Color information
#C68528 (or 0xC68528) is known color: Geebung. HEX triplet: C6, 85 and 28. RGB value is (198,133,40). Sum of RGB (Red+Green+Blue) = 198+133+40=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C68528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68528 is #397AD7. Grayscale: #8E8E8E. Windows color (decimal): -3767000 or 2655686. OLE color: 2655686.
HSL color Cylindrical-coordinate representation of color #C68528: hue angle of 35.32º 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 #C68528 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 40 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.22 |
| HSL | 35.32º | 0.66% | 0.47% | - |
| HSV(B) | 35.32º | 0.8% | 0.78% | - |
| XYZ | 32.06 | 28.93 | 5.9 | - |
| YUV | 141.83 | 70.53 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 40 | 0 | 0.33 | 0.80 | 0.22 | 35.32 | 0.66 | 0.47 |
| Hex | C6 | 85 | 28 | 0 | 21 | 50 | 16 | 23 | 42 | 2F |
| Octal | 306 | 205 | 50 | 0 | 41 | 120 | 26 | 43 | 102 | 57 |
| Binary | 11000110 | 10000101 | 101000 | 0 | 100001 | 1010000 | 10110 | 100011 | 1000010 | 101111 |
Color Harmonies of #C68528
Complementary color
Monochromatic Colors of #C68528
Black with #C68528
Text Example
Text Example
White with #C68528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68528; }
p { color: rgb(198,133,40); }
H1.HeaderClassName
{
color: #C68528;
}
.AnyTagClassName
{
color: #C68528;
}
</style>
background-color css
<style>
a { background-color: #C68528; }
a { background-color: rgb(198,133,40); }
div.DivClassName
{
background-color: #C68528;
}
.BgClassName
{
background-color: #C68528;
}
</style>
border-color css
<style>
span { border-color: #C68528; }
span { border-color: rgb(198,133,40); }
td.TdClassName
{
border-color: #C68528;
}
.TagClassName
{
border-color: #C68528;
}
</style>