Shades of Geebung #C68A23
Tints of Geebung #C68A23
RGB
CMYK
RGB Variations
Color information
#C68A23 (or 0xC68A23) is known color: Geebung. HEX triplet: C6, 8A and 23. RGB value is (198,138,35). Sum of RGB (Red+Green+Blue) = 198+138+35=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A23 is #3975DC. Grayscale: #909090. Windows color (decimal): -3765725 or 2329286. OLE color: 2329286.
HSL color Cylindrical-coordinate representation of color #C68A23: hue angle of 37.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C68A23 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 35 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.22 |
| HSL | 37.91º | 0.7% | 0.46% | - |
| HSV(B) | 37.91º | 0.82% | 0.78% | - |
| XYZ | 32.68 | 30.3 | 5.72 | - |
| YUV | 144.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 35 | 0 | 0.30 | 0.82 | 0.22 | 37.91 | 0.7 | 0.46 |
| Hex | C6 | 8A | 23 | 0 | 1E | 52 | 16 | 26 | 46 | 2E |
| Octal | 306 | 212 | 43 | 0 | 36 | 122 | 26 | 46 | 106 | 56 |
| Binary | 11000110 | 10001010 | 100011 | 0 | 11110 | 1010010 | 10110 | 100110 | 1000110 | 101110 |
Color Harmonies of #C68A23
Complementary color
Monochromatic Colors of #C68A23
Black with #C68A23
Text Example
Text Example
White with #C68A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A23; }
p { color: rgb(198,138,35); }
H1.HeaderClassName
{
color: #C68A23;
}
.AnyTagClassName
{
color: #C68A23;
}
</style>
background-color css
<style>
a { background-color: #C68A23; }
a { background-color: rgb(198,138,35); }
div.DivClassName
{
background-color: #C68A23;
}
.BgClassName
{
background-color: #C68A23;
}
</style>
border-color css
<style>
span { border-color: #C68A23; }
span { border-color: rgb(198,138,35); }
td.TdClassName
{
border-color: #C68A23;
}
.TagClassName
{
border-color: #C68A23;
}
</style>