Shades of Geebung #C68933
Tints of Geebung #C68933
RGB
CMYK
RGB Variations
Color information
#C68933 (or 0xC68933) is known color: Geebung. HEX triplet: C6, 89 and 33. RGB value is (198,137,51). Sum of RGB (Red+Green+Blue) = 198+137+51=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68933 is #3976CC. Grayscale: #919191. Windows color (decimal): -3765965 or 3377606. OLE color: 3377606.
HSL color Cylindrical-coordinate representation of color #C68933: hue angle of 35.1º degrees, saturation: 0.59, 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 #C68933 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 51 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.22 |
| HSL | 35.1º | 0.59% | 0.49% | - |
| HSV(B) | 35.1º | 0.74% | 0.78% | - |
| XYZ | 32.83 | 30.14 | 7.22 | - |
| YUV | 145.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 51 | 0 | 0.31 | 0.74 | 0.22 | 35.1 | 0.59 | 0.49 |
| Hex | C6 | 89 | 33 | 0 | 1F | 4A | 16 | 23 | 3B | 31 |
| Octal | 306 | 211 | 63 | 0 | 37 | 112 | 26 | 43 | 73 | 61 |
| Binary | 11000110 | 10001001 | 110011 | 0 | 11111 | 1001010 | 10110 | 100011 | 111011 | 110001 |
Color Harmonies of #C68933
Complementary color
Monochromatic Colors of #C68933
Black with #C68933
Text Example
Text Example
White with #C68933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68933; }
p { color: rgb(198,137,51); }
H1.HeaderClassName
{
color: #C68933;
}
.AnyTagClassName
{
color: #C68933;
}
</style>
background-color css
<style>
a { background-color: #C68933; }
a { background-color: rgb(198,137,51); }
div.DivClassName
{
background-color: #C68933;
}
.BgClassName
{
background-color: #C68933;
}
</style>
border-color css
<style>
span { border-color: #C68933; }
span { border-color: rgb(198,137,51); }
td.TdClassName
{
border-color: #C68933;
}
.TagClassName
{
border-color: #C68933;
}
</style>