Shades of Geebung #C18621
Tints of Geebung #C18621
RGB
CMYK
RGB Variations
Color information
#C18621 (or 0xC18621) is known color: Geebung. HEX triplet: C1, 86 and 21. RGB value is (193,134,33). Sum of RGB (Red+Green+Blue) = 193+134+33=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C18621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18621 is #3E79DE. Grayscale: #8C8C8C. Windows color (decimal): -4094431 or 2197185. OLE color: 2197185.
HSL color Cylindrical-coordinate representation of color #C18621: hue angle of 37.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18621 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 33 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.24 |
| HSL | 37.88º | 0.71% | 0.44% | - |
| HSV(B) | 37.88º | 0.83% | 0.76% | - |
| XYZ | 30.79 | 28.5 | 5.32 | - |
| YUV | 140.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 33 | 0 | 0.31 | 0.83 | 0.24 | 37.88 | 0.71 | 0.44 |
| Hex | C1 | 86 | 21 | 0 | 1F | 53 | 18 | 26 | 47 | 2C |
| Octal | 301 | 206 | 41 | 0 | 37 | 123 | 30 | 46 | 107 | 54 |
| Binary | 11000001 | 10000110 | 100001 | 0 | 11111 | 1010011 | 11000 | 100110 | 1000111 | 101100 |
Color Harmonies of #C18621
Complementary color
Monochromatic Colors of #C18621
Black with #C18621
Text Example
Text Example
White with #C18621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18621; }
p { color: rgb(193,134,33); }
H1.HeaderClassName
{
color: #C18621;
}
.AnyTagClassName
{
color: #C18621;
}
</style>
background-color css
<style>
a { background-color: #C18621; }
a { background-color: rgb(193,134,33); }
div.DivClassName
{
background-color: #C18621;
}
.BgClassName
{
background-color: #C18621;
}
</style>
border-color css
<style>
span { border-color: #C18621; }
span { border-color: rgb(193,134,33); }
td.TdClassName
{
border-color: #C18621;
}
.TagClassName
{
border-color: #C18621;
}
</style>