Shades of Geebung #C68527
Tints of Geebung #C68527
RGB
CMYK
RGB Variations
Color information
#C68527 (or 0xC68527) is known color: Geebung. HEX triplet: C6, 85 and 27. RGB value is (198,133,39). Sum of RGB (Red+Green+Blue) = 198+133+39=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68527 is #397AD8. Grayscale: #8E8E8E. Windows color (decimal): -3767001 or 2590150. OLE color: 2590150.
HSL color Cylindrical-coordinate representation of color #C68527: hue angle of 35.47º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C68527 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 39 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.22 |
| HSL | 35.47º | 0.67% | 0.46% | - |
| HSV(B) | 35.47º | 0.8% | 0.78% | - |
| XYZ | 32.04 | 28.93 | 5.81 | - |
| YUV | 141.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 39 | 0 | 0.33 | 0.80 | 0.22 | 35.47 | 0.67 | 0.46 |
| Hex | C6 | 85 | 27 | 0 | 21 | 50 | 16 | 23 | 43 | 2E |
| Octal | 306 | 205 | 47 | 0 | 41 | 120 | 26 | 43 | 103 | 56 |
| Binary | 11000110 | 10000101 | 100111 | 0 | 100001 | 1010000 | 10110 | 100011 | 1000011 | 101110 |
Color Harmonies of #C68527
Complementary color
Monochromatic Colors of #C68527
Black with #C68527
Text Example
Text Example
White with #C68527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68527; }
p { color: rgb(198,133,39); }
H1.HeaderClassName
{
color: #C68527;
}
.AnyTagClassName
{
color: #C68527;
}
</style>
background-color css
<style>
a { background-color: #C68527; }
a { background-color: rgb(198,133,39); }
div.DivClassName
{
background-color: #C68527;
}
.BgClassName
{
background-color: #C68527;
}
</style>
border-color css
<style>
span { border-color: #C68527; }
span { border-color: rgb(198,133,39); }
td.TdClassName
{
border-color: #C68527;
}
.TagClassName
{
border-color: #C68527;
}
</style>