Shades of Geebung #C68427
Tints of Geebung #C68427
RGB
CMYK
RGB Variations
Color information
#C68427 (or 0xC68427) is known color: Geebung. HEX triplet: C6, 84 and 27. RGB value is (198,132,39). Sum of RGB (Red+Green+Blue) = 198+132+39=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C68427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68427 is #397BD8. Grayscale: #8D8D8D. Windows color (decimal): -3767257 or 2589894. OLE color: 2589894.
HSL color Cylindrical-coordinate representation of color #C68427: hue angle of 35.09º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C68427 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 39 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.22 |
| HSL | 35.09º | 0.67% | 0.46% | - |
| HSV(B) | 35.09º | 0.8% | 0.78% | - |
| XYZ | 31.91 | 28.65 | 5.77 | - |
| YUV | 141.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 39 | 0 | 0.33 | 0.80 | 0.22 | 35.09 | 0.67 | 0.46 |
| Hex | C6 | 84 | 27 | 0 | 21 | 50 | 16 | 23 | 43 | 2E |
| Octal | 306 | 204 | 47 | 0 | 41 | 120 | 26 | 43 | 103 | 56 |
| Binary | 11000110 | 10000100 | 100111 | 0 | 100001 | 1010000 | 10110 | 100011 | 1000011 | 101110 |
Color Harmonies of #C68427
Complementary color
Monochromatic Colors of #C68427
Black with #C68427
Text Example
Text Example
White with #C68427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68427; }
p { color: rgb(198,132,39); }
H1.HeaderClassName
{
color: #C68427;
}
.AnyTagClassName
{
color: #C68427;
}
</style>
background-color css
<style>
a { background-color: #C68427; }
a { background-color: rgb(198,132,39); }
div.DivClassName
{
background-color: #C68427;
}
.BgClassName
{
background-color: #C68427;
}
</style>
border-color css
<style>
span { border-color: #C68427; }
span { border-color: rgb(198,132,39); }
td.TdClassName
{
border-color: #C68427;
}
.TagClassName
{
border-color: #C68427;
}
</style>