Shades of Geebung #C18628
Tints of Geebung #C18628
RGB
CMYK
RGB Variations
Color information
#C18628 (or 0xC18628) is known color: Geebung. HEX triplet: C1, 86 and 28. RGB value is (193,134,40). Sum of RGB (Red+Green+Blue) = 193+134+40=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C18628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18628 is #3E79D7. Grayscale: #8D8D8D. Windows color (decimal): -4094424 or 2655937. OLE color: 2655937.
HSL color Cylindrical-coordinate representation of color #C18628: hue angle of 36.86º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C18628 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 40 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.24 |
| HSL | 36.86º | 0.66% | 0.46% | - |
| HSV(B) | 36.86º | 0.79% | 0.76% | - |
| XYZ | 30.9 | 28.54 | 5.89 | - |
| YUV | 140.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 40 | 0 | 0.31 | 0.79 | 0.24 | 36.86 | 0.66 | 0.46 |
| Hex | C1 | 86 | 28 | 0 | 1F | 4F | 18 | 25 | 42 | 2E |
| Octal | 301 | 206 | 50 | 0 | 37 | 117 | 30 | 45 | 102 | 56 |
| Binary | 11000001 | 10000110 | 101000 | 0 | 11111 | 1001111 | 11000 | 100101 | 1000010 | 101110 |
Color Harmonies of #C18628
Complementary color
Monochromatic Colors of #C18628
Black with #C18628
Text Example
Text Example
White with #C18628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18628; }
p { color: rgb(193,134,40); }
H1.HeaderClassName
{
color: #C18628;
}
.AnyTagClassName
{
color: #C18628;
}
</style>
background-color css
<style>
a { background-color: #C18628; }
a { background-color: rgb(193,134,40); }
div.DivClassName
{
background-color: #C18628;
}
.BgClassName
{
background-color: #C18628;
}
</style>
border-color css
<style>
span { border-color: #C18628; }
span { border-color: rgb(193,134,40); }
td.TdClassName
{
border-color: #C18628;
}
.TagClassName
{
border-color: #C18628;
}
</style>