Shades of Geebung #C68534
Tints of Geebung #C68534
RGB
CMYK
RGB Variations
Color information
#C68534 (or 0xC68534) is known color: Geebung. HEX triplet: C6, 85 and 34. RGB value is (198,133,52). Sum of RGB (Red+Green+Blue) = 198+133+52=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C68534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68534 is #397ACB. Grayscale: #8F8F8F. Windows color (decimal): -3766988 or 3442118. OLE color: 3442118.
HSL color Cylindrical-coordinate representation of color #C68534: hue angle of 33.29º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C68534 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 52 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.22 |
| HSL | 33.29º | 0.58% | 0.49% | - |
| HSV(B) | 33.29º | 0.74% | 0.78% | - |
| XYZ | 32.3 | 29.03 | 7.15 | - |
| YUV | 143.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 52 | 0 | 0.33 | 0.74 | 0.22 | 33.29 | 0.58 | 0.49 |
| Hex | C6 | 85 | 34 | 0 | 21 | 4A | 16 | 21 | 3A | 31 |
| Octal | 306 | 205 | 64 | 0 | 41 | 112 | 26 | 41 | 72 | 61 |
| Binary | 11000110 | 10000101 | 110100 | 0 | 100001 | 1001010 | 10110 | 100001 | 111010 | 110001 |
Color Harmonies of #C68534
Complementary color
Monochromatic Colors of #C68534
Black with #C68534
Text Example
Text Example
White with #C68534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68534; }
p { color: rgb(198,133,52); }
H1.HeaderClassName
{
color: #C68534;
}
.AnyTagClassName
{
color: #C68534;
}
</style>
background-color css
<style>
a { background-color: #C68534; }
a { background-color: rgb(198,133,52); }
div.DivClassName
{
background-color: #C68534;
}
.BgClassName
{
background-color: #C68534;
}
</style>
border-color css
<style>
span { border-color: #C68534; }
span { border-color: rgb(198,133,52); }
td.TdClassName
{
border-color: #C68534;
}
.TagClassName
{
border-color: #C68534;
}
</style>