Shades of Geebung #C6842C
Tints of Geebung #C6842C
RGB
CMYK
RGB Variations
Color information
#C6842C (or 0xC6842C) is known color: Geebung. HEX triplet: C6, 84 and 2C. RGB value is (198,132,44). Sum of RGB (Red+Green+Blue) = 198+132+44=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6842C is #397BD3. Grayscale: #8E8E8E. Windows color (decimal): -3767252 or 2917574. OLE color: 2917574.
HSL color Cylindrical-coordinate representation of color #C6842C: hue angle of 34.29º 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 #C6842C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 44 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.22 |
| HSL | 34.29º | 0.64% | 0.47% | - |
| HSV(B) | 34.29º | 0.78% | 0.78% | - |
| XYZ | 31.99 | 28.69 | 6.23 | - |
| YUV | 141.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 44 | 0 | 0.33 | 0.78 | 0.22 | 34.29 | 0.64 | 0.47 |
| Hex | C6 | 84 | 2C | 0 | 21 | 4E | 16 | 22 | 40 | 2F |
| Octal | 306 | 204 | 54 | 0 | 41 | 116 | 26 | 42 | 100 | 57 |
| Binary | 11000110 | 10000100 | 101100 | 0 | 100001 | 1001110 | 10110 | 100010 | 1000000 | 101111 |
Color Harmonies of #C6842C
Complementary color
Monochromatic Colors of #C6842C
Black with #C6842C
Text Example
Text Example
White with #C6842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6842C; }
p { color: rgb(198,132,44); }
H1.HeaderClassName
{
color: #C6842C;
}
.AnyTagClassName
{
color: #C6842C;
}
</style>
background-color css
<style>
a { background-color: #C6842C; }
a { background-color: rgb(198,132,44); }
div.DivClassName
{
background-color: #C6842C;
}
.BgClassName
{
background-color: #C6842C;
}
</style>
border-color css
<style>
span { border-color: #C6842C; }
span { border-color: rgb(198,132,44); }
td.TdClassName
{
border-color: #C6842C;
}
.TagClassName
{
border-color: #C6842C;
}
</style>