Shades of Geebung #C67A2C
Tints of Geebung #C67A2C
RGB
CMYK
RGB Variations
Color information
#C67A2C (or 0xC67A2C) is known color: Geebung. HEX triplet: C6, 7A and 2C. RGB value is (198,122,44). Sum of RGB (Red+Green+Blue) = 198+122+44=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A2C is #3985D3. Grayscale: #888888. Windows color (decimal): -3769812 or 2915014. OLE color: 2915014.
HSL color Cylindrical-coordinate representation of color #C67A2C: hue angle of 30.39º 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 #C67A2C is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 44 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.22 |
| HSL | 30.39º | 0.64% | 0.47% | - |
| HSV(B) | 30.39º | 0.78% | 0.78% | - |
| XYZ | 30.7 | 26.11 | 5.8 | - |
| YUV | 135.83 | 76.18 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 44 | 0 | 0.38 | 0.78 | 0.22 | 30.39 | 0.64 | 0.47 |
| Hex | C6 | 7A | 2C | 0 | 26 | 4E | 16 | 1E | 40 | 2F |
| Octal | 306 | 172 | 54 | 0 | 46 | 116 | 26 | 36 | 100 | 57 |
| Binary | 11000110 | 1111010 | 101100 | 0 | 100110 | 1001110 | 10110 | 11110 | 1000000 | 101111 |
Color Harmonies of #C67A2C
Complementary color
Monochromatic Colors of #C67A2C
Black with #C67A2C
Text Example
Text Example
White with #C67A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A2C; }
p { color: rgb(198,122,44); }
H1.HeaderClassName
{
color: #C67A2C;
}
.AnyTagClassName
{
color: #C67A2C;
}
</style>
background-color css
<style>
a { background-color: #C67A2C; }
a { background-color: rgb(198,122,44); }
div.DivClassName
{
background-color: #C67A2C;
}
.BgClassName
{
background-color: #C67A2C;
}
</style>
border-color css
<style>
span { border-color: #C67A2C; }
span { border-color: rgb(198,122,44); }
td.TdClassName
{
border-color: #C67A2C;
}
.TagClassName
{
border-color: #C67A2C;
}
</style>