Shades of Geebung #C68725
Tints of Geebung #C68725
RGB
CMYK
RGB Variations
Color information
#C68725 (or 0xC68725) is known color: Geebung. HEX triplet: C6, 87 and 25. RGB value is (198,135,37). Sum of RGB (Red+Green+Blue) = 198+135+37=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68725 is #3978DA. Grayscale: #8F8F8F. Windows color (decimal): -3766491 or 2459590. OLE color: 2459590.
HSL color Cylindrical-coordinate representation of color #C68725: hue angle of 36.52º degrees, saturation: 0.69, 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 #C68725 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 37 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.22 |
| HSL | 36.52º | 0.69% | 0.46% | - |
| HSV(B) | 36.52º | 0.81% | 0.78% | - |
| XYZ | 32.29 | 29.47 | 5.74 | - |
| YUV | 142.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 37 | 0 | 0.32 | 0.81 | 0.22 | 36.52 | 0.69 | 0.46 |
| Hex | C6 | 87 | 25 | 0 | 20 | 51 | 16 | 25 | 45 | 2E |
| Octal | 306 | 207 | 45 | 0 | 40 | 121 | 26 | 45 | 105 | 56 |
| Binary | 11000110 | 10000111 | 100101 | 0 | 100000 | 1010001 | 10110 | 100101 | 1000101 | 101110 |
Color Harmonies of #C68725
Complementary color
Monochromatic Colors of #C68725
Black with #C68725
Text Example
Text Example
White with #C68725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68725; }
p { color: rgb(198,135,37); }
H1.HeaderClassName
{
color: #C68725;
}
.AnyTagClassName
{
color: #C68725;
}
</style>
background-color css
<style>
a { background-color: #C68725; }
a { background-color: rgb(198,135,37); }
div.DivClassName
{
background-color: #C68725;
}
.BgClassName
{
background-color: #C68725;
}
</style>
border-color css
<style>
span { border-color: #C68725; }
span { border-color: rgb(198,135,37); }
td.TdClassName
{
border-color: #C68725;
}
.TagClassName
{
border-color: #C68725;
}
</style>