Shades of Geebung #C68A25
Tints of Geebung #C68A25
RGB
CMYK
RGB Variations
Color information
#C68A25 (or 0xC68A25) is known color: Geebung. HEX triplet: C6, 8A and 25. RGB value is (198,138,37). Sum of RGB (Red+Green+Blue) = 198+138+37=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A25 is #3975DA. Grayscale: #909090. Windows color (decimal): -3765723 or 2460358. OLE color: 2460358.
HSL color Cylindrical-coordinate representation of color #C68A25: hue angle of 37.64º 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 #C68A25 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 37 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.22 |
| HSL | 37.64º | 0.69% | 0.46% | - |
| HSV(B) | 37.64º | 0.81% | 0.78% | - |
| XYZ | 32.71 | 30.32 | 5.88 | - |
| YUV | 144.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 37 | 0 | 0.30 | 0.81 | 0.22 | 37.64 | 0.69 | 0.46 |
| Hex | C6 | 8A | 25 | 0 | 1E | 51 | 16 | 26 | 45 | 2E |
| Octal | 306 | 212 | 45 | 0 | 36 | 121 | 26 | 46 | 105 | 56 |
| Binary | 11000110 | 10001010 | 100101 | 0 | 11110 | 1010001 | 10110 | 100110 | 1000101 | 101110 |
Color Harmonies of #C68A25
Complementary color
Monochromatic Colors of #C68A25
Black with #C68A25
Text Example
Text Example
White with #C68A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A25; }
p { color: rgb(198,138,37); }
H1.HeaderClassName
{
color: #C68A25;
}
.AnyTagClassName
{
color: #C68A25;
}
</style>
background-color css
<style>
a { background-color: #C68A25; }
a { background-color: rgb(198,138,37); }
div.DivClassName
{
background-color: #C68A25;
}
.BgClassName
{
background-color: #C68A25;
}
</style>
border-color css
<style>
span { border-color: #C68A25; }
span { border-color: rgb(198,138,37); }
td.TdClassName
{
border-color: #C68A25;
}
.TagClassName
{
border-color: #C68A25;
}
</style>