Shades of Geebung #C67E2C
Tints of Geebung #C67E2C
RGB
CMYK
RGB Variations
Color information
#C67E2C (or 0xC67E2C) is known color: Geebung. HEX triplet: C6, 7E and 2C. RGB value is (198,126,44). Sum of RGB (Red+Green+Blue) = 198+126+44=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E2C is #3981D3. Grayscale: #8A8A8A. Windows color (decimal): -3768788 or 2916038. OLE color: 2916038.
HSL color Cylindrical-coordinate representation of color #C67E2C: hue angle of 31.95º 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 #C67E2C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 44 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.22 |
| HSL | 31.95º | 0.64% | 0.47% | - |
| HSV(B) | 31.95º | 0.78% | 0.78% | - |
| XYZ | 31.2 | 27.11 | 5.97 | - |
| YUV | 138.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 44 | 0 | 0.36 | 0.78 | 0.22 | 31.95 | 0.64 | 0.47 |
| Hex | C6 | 7E | 2C | 0 | 24 | 4E | 16 | 20 | 40 | 2F |
| Octal | 306 | 176 | 54 | 0 | 44 | 116 | 26 | 40 | 100 | 57 |
| Binary | 11000110 | 1111110 | 101100 | 0 | 100100 | 1001110 | 10110 | 100000 | 1000000 | 101111 |
Color Harmonies of #C67E2C
Complementary color
Monochromatic Colors of #C67E2C
Black with #C67E2C
Text Example
Text Example
White with #C67E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E2C; }
p { color: rgb(198,126,44); }
H1.HeaderClassName
{
color: #C67E2C;
}
.AnyTagClassName
{
color: #C67E2C;
}
</style>
background-color css
<style>
a { background-color: #C67E2C; }
a { background-color: rgb(198,126,44); }
div.DivClassName
{
background-color: #C67E2C;
}
.BgClassName
{
background-color: #C67E2C;
}
</style>
border-color css
<style>
span { border-color: #C67E2C; }
span { border-color: rgb(198,126,44); }
td.TdClassName
{
border-color: #C67E2C;
}
.TagClassName
{
border-color: #C67E2C;
}
</style>