Shades of Geebung #C67F2E
Tints of Geebung #C67F2E
RGB
CMYK
RGB Variations
Color information
#C67F2E (or 0xC67F2E) is known color: Geebung. HEX triplet: C6, 7F and 2E. RGB value is (198,127,46). Sum of RGB (Red+Green+Blue) = 198+127+46=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F2E is #3980D1. Grayscale: #8B8B8B. Windows color (decimal): -3768530 or 3047366. OLE color: 3047366.
HSL color Cylindrical-coordinate representation of color #C67F2E: hue angle of 31.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C67F2E is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 46 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.22 |
| HSL | 31.97º | 0.62% | 0.48% | - |
| HSV(B) | 31.97º | 0.77% | 0.78% | - |
| XYZ | 31.37 | 27.38 | 6.22 | - |
| YUV | 139 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 46 | 0 | 0.36 | 0.77 | 0.22 | 31.97 | 0.62 | 0.48 |
| Hex | C6 | 7F | 2E | 0 | 24 | 4D | 16 | 20 | 3E | 30 |
| Octal | 306 | 177 | 56 | 0 | 44 | 115 | 26 | 40 | 76 | 60 |
| Binary | 11000110 | 1111111 | 101110 | 0 | 100100 | 1001101 | 10110 | 100000 | 111110 | 110000 |
Color Harmonies of #C67F2E
Complementary color
Monochromatic Colors of #C67F2E
Black with #C67F2E
Text Example
Text Example
White with #C67F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F2E; }
p { color: rgb(198,127,46); }
H1.HeaderClassName
{
color: #C67F2E;
}
.AnyTagClassName
{
color: #C67F2E;
}
</style>
background-color css
<style>
a { background-color: #C67F2E; }
a { background-color: rgb(198,127,46); }
div.DivClassName
{
background-color: #C67F2E;
}
.BgClassName
{
background-color: #C67F2E;
}
</style>
border-color css
<style>
span { border-color: #C67F2E; }
span { border-color: rgb(198,127,46); }
td.TdClassName
{
border-color: #C67F2E;
}
.TagClassName
{
border-color: #C67F2E;
}
</style>