Shades of Geebung #C68721
Tints of Geebung #C68721
RGB
CMYK
RGB Variations
Color information
#C68721 (or 0xC68721) is known color: Geebung. HEX triplet: C6, 87 and 21. RGB value is (198,135,33). Sum of RGB (Red+Green+Blue) = 198+135+33=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68721 is #3978DE. Grayscale: #8E8E8E. Windows color (decimal): -3766495 or 2197446. OLE color: 2197446.
HSL color Cylindrical-coordinate representation of color #C68721: hue angle of 37.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C68721 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 33 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.22 |
| HSL | 37.09º | 0.71% | 0.45% | - |
| HSV(B) | 37.09º | 0.83% | 0.78% | - |
| XYZ | 32.23 | 29.44 | 5.42 | - |
| YUV | 142.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 33 | 0 | 0.32 | 0.83 | 0.22 | 37.09 | 0.71 | 0.45 |
| Hex | C6 | 87 | 21 | 0 | 20 | 53 | 16 | 25 | 47 | 2D |
| Octal | 306 | 207 | 41 | 0 | 40 | 123 | 26 | 45 | 107 | 55 |
| Binary | 11000110 | 10000111 | 100001 | 0 | 100000 | 1010011 | 10110 | 100101 | 1000111 | 101101 |
Color Harmonies of #C68721
Complementary color
Monochromatic Colors of #C68721
Black with #C68721
Text Example
Text Example
White with #C68721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68721; }
p { color: rgb(198,135,33); }
H1.HeaderClassName
{
color: #C68721;
}
.AnyTagClassName
{
color: #C68721;
}
</style>
background-color css
<style>
a { background-color: #C68721; }
a { background-color: rgb(198,135,33); }
div.DivClassName
{
background-color: #C68721;
}
.BgClassName
{
background-color: #C68721;
}
</style>
border-color css
<style>
span { border-color: #C68721; }
span { border-color: rgb(198,135,33); }
td.TdClassName
{
border-color: #C68721;
}
.TagClassName
{
border-color: #C68721;
}
</style>