Shades of Geebung #C68626
Tints of Geebung #C68626
RGB
CMYK
RGB Variations
Color information
#C68626 (or 0xC68626) is known color: Geebung. HEX triplet: C6, 86 and 26. RGB value is (198,134,38). Sum of RGB (Red+Green+Blue) = 198+134+38=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68626 is #3979D9. Grayscale: #8E8E8E. Windows color (decimal): -3766746 or 2524870. OLE color: 2524870.
HSL color Cylindrical-coordinate representation of color #C68626: hue angle of 36º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68626 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 38 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.22 |
| HSL | 36º | 0.68% | 0.46% | - |
| HSV(B) | 36º | 0.81% | 0.78% | - |
| XYZ | 32.16 | 29.2 | 5.77 | - |
| YUV | 142.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 38 | 0 | 0.32 | 0.81 | 0.22 | 36 | 0.68 | 0.46 |
| Hex | C6 | 86 | 26 | 0 | 20 | 51 | 16 | 24 | 44 | 2E |
| Octal | 306 | 206 | 46 | 0 | 40 | 121 | 26 | 44 | 104 | 56 |
| Binary | 11000110 | 10000110 | 100110 | 0 | 100000 | 1010001 | 10110 | 100100 | 1000100 | 101110 |
Color Harmonies of #C68626
Complementary color
Monochromatic Colors of #C68626
Black with #C68626
Text Example
Text Example
White with #C68626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68626; }
p { color: rgb(198,134,38); }
H1.HeaderClassName
{
color: #C68626;
}
.AnyTagClassName
{
color: #C68626;
}
</style>
background-color css
<style>
a { background-color: #C68626; }
a { background-color: rgb(198,134,38); }
div.DivClassName
{
background-color: #C68626;
}
.BgClassName
{
background-color: #C68626;
}
</style>
border-color css
<style>
span { border-color: #C68626; }
span { border-color: rgb(198,134,38); }
td.TdClassName
{
border-color: #C68626;
}
.TagClassName
{
border-color: #C68626;
}
</style>