Shades of Geebung #C6861C
Tints of Geebung #C6861C
RGB
CMYK
RGB Variations
Color information
#C6861C (or 0xC6861C) is known color: Geebung. HEX triplet: C6, 86 and 1C. RGB value is (198,134,28). Sum of RGB (Red+Green+Blue) = 198+134+28=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6861C is #3979E3. Grayscale: #8D8D8D. Windows color (decimal): -3766756 or 1869510. OLE color: 1869510.
HSL color Cylindrical-coordinate representation of color #C6861C: hue angle of 37.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6861C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 28 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.22 |
| HSL | 37.41º | 0.75% | 0.44% | - |
| HSV(B) | 37.41º | 0.86% | 0.78% | - |
| XYZ | 32.02 | 29.14 | 5.04 | - |
| YUV | 141.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 28 | 0 | 0.32 | 0.86 | 0.22 | 37.41 | 0.75 | 0.44 |
| Hex | C6 | 86 | 1C | 0 | 20 | 56 | 16 | 25 | 4B | 2C |
| Octal | 306 | 206 | 34 | 0 | 40 | 126 | 26 | 45 | 113 | 54 |
| Binary | 11000110 | 10000110 | 11100 | 0 | 100000 | 1010110 | 10110 | 100101 | 1001011 | 101100 |
Color Harmonies of #C6861C
Complementary color
Monochromatic Colors of #C6861C
Black with #C6861C
Text Example
Text Example
White with #C6861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6861C; }
p { color: rgb(198,134,28); }
H1.HeaderClassName
{
color: #C6861C;
}
.AnyTagClassName
{
color: #C6861C;
}
</style>
background-color css
<style>
a { background-color: #C6861C; }
a { background-color: rgb(198,134,28); }
div.DivClassName
{
background-color: #C6861C;
}
.BgClassName
{
background-color: #C6861C;
}
</style>
border-color css
<style>
span { border-color: #C6861C; }
span { border-color: rgb(198,134,28); }
td.TdClassName
{
border-color: #C6861C;
}
.TagClassName
{
border-color: #C6861C;
}
</style>