Shades of Geebung #C67D2C
Tints of Geebung #C67D2C
RGB
CMYK
RGB Variations
Color information
#C67D2C (or 0xC67D2C) is known color: Geebung. HEX triplet: C6, 7D and 2C. RGB value is (198,125,44). Sum of RGB (Red+Green+Blue) = 198+125+44=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D2C is #3982D3. Grayscale: #898989. Windows color (decimal): -3769044 or 2915782. OLE color: 2915782.
HSL color Cylindrical-coordinate representation of color #C67D2C: hue angle of 31.56º 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 #C67D2C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 44 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.22 |
| HSL | 31.56º | 0.64% | 0.47% | - |
| HSV(B) | 31.56º | 0.78% | 0.78% | - |
| XYZ | 31.08 | 26.85 | 5.93 | - |
| YUV | 137.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 44 | 0 | 0.37 | 0.78 | 0.22 | 31.56 | 0.64 | 0.47 |
| Hex | C6 | 7D | 2C | 0 | 25 | 4E | 16 | 20 | 40 | 2F |
| Octal | 306 | 175 | 54 | 0 | 45 | 116 | 26 | 40 | 100 | 57 |
| Binary | 11000110 | 1111101 | 101100 | 0 | 100101 | 1001110 | 10110 | 100000 | 1000000 | 101111 |
Color Harmonies of #C67D2C
Complementary color
Monochromatic Colors of #C67D2C
Black with #C67D2C
Text Example
Text Example
White with #C67D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D2C; }
p { color: rgb(198,125,44); }
H1.HeaderClassName
{
color: #C67D2C;
}
.AnyTagClassName
{
color: #C67D2C;
}
</style>
background-color css
<style>
a { background-color: #C67D2C; }
a { background-color: rgb(198,125,44); }
div.DivClassName
{
background-color: #C67D2C;
}
.BgClassName
{
background-color: #C67D2C;
}
</style>
border-color css
<style>
span { border-color: #C67D2C; }
span { border-color: rgb(198,125,44); }
td.TdClassName
{
border-color: #C67D2C;
}
.TagClassName
{
border-color: #C67D2C;
}
</style>