Shades of Geebung #C68C2B
Tints of Geebung #C68C2B
RGB
CMYK
RGB Variations
Color information
#C68C2B (or 0xC68C2B) is known color: Geebung. HEX triplet: C6, 8C and 2B. RGB value is (198,140,43). Sum of RGB (Red+Green+Blue) = 198+140+43=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C2B is #3973D4. Grayscale: #929292. Windows color (decimal): -3765205 or 2854086. OLE color: 2854086.
HSL color Cylindrical-coordinate representation of color #C68C2B: hue angle of 37.55º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C68C2B is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 43 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.22 |
| HSL | 37.55º | 0.64% | 0.47% | - |
| HSV(B) | 37.55º | 0.78% | 0.78% | - |
| XYZ | 33.1 | 30.94 | 6.51 | - |
| YUV | 146.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 43 | 0 | 0.29 | 0.78 | 0.22 | 37.55 | 0.64 | 0.47 |
| Hex | C6 | 8C | 2B | 0 | 1D | 4E | 16 | 26 | 40 | 2F |
| Octal | 306 | 214 | 53 | 0 | 35 | 116 | 26 | 46 | 100 | 57 |
| Binary | 11000110 | 10001100 | 101011 | 0 | 11101 | 1001110 | 10110 | 100110 | 1000000 | 101111 |
Color Harmonies of #C68C2B
Complementary color
Monochromatic Colors of #C68C2B
Black with #C68C2B
Text Example
Text Example
White with #C68C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C2B; }
p { color: rgb(198,140,43); }
H1.HeaderClassName
{
color: #C68C2B;
}
.AnyTagClassName
{
color: #C68C2B;
}
</style>
background-color css
<style>
a { background-color: #C68C2B; }
a { background-color: rgb(198,140,43); }
div.DivClassName
{
background-color: #C68C2B;
}
.BgClassName
{
background-color: #C68C2B;
}
</style>
border-color css
<style>
span { border-color: #C68C2B; }
span { border-color: rgb(198,140,43); }
td.TdClassName
{
border-color: #C68C2B;
}
.TagClassName
{
border-color: #C68C2B;
}
</style>