Shades of Geebung #C6851E
Tints of Geebung #C6851E
RGB
CMYK
RGB Variations
Color information
#C6851E (or 0xC6851E) is known color: Geebung. HEX triplet: C6, 85 and 1E. RGB value is (198,133,30). Sum of RGB (Red+Green+Blue) = 198+133+30=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6851E is #397AE1. Grayscale: #8D8D8D. Windows color (decimal): -3767010 or 2000326. OLE color: 2000326.
HSL color Cylindrical-coordinate representation of color #C6851E: hue angle of 36.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6851E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 30 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.22 |
| HSL | 36.79º | 0.74% | 0.45% | - |
| HSV(B) | 36.79º | 0.85% | 0.78% | - |
| XYZ | 31.91 | 28.87 | 5.12 | - |
| YUV | 140.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 30 | 0 | 0.33 | 0.85 | 0.22 | 36.79 | 0.74 | 0.45 |
| Hex | C6 | 85 | 1E | 0 | 21 | 55 | 16 | 25 | 4A | 2D |
| Octal | 306 | 205 | 36 | 0 | 41 | 125 | 26 | 45 | 112 | 55 |
| Binary | 11000110 | 10000101 | 11110 | 0 | 100001 | 1010101 | 10110 | 100101 | 1001010 | 101101 |
Color Harmonies of #C6851E
Complementary color
Monochromatic Colors of #C6851E
Black with #C6851E
Text Example
Text Example
White with #C6851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6851E; }
p { color: rgb(198,133,30); }
H1.HeaderClassName
{
color: #C6851E;
}
.AnyTagClassName
{
color: #C6851E;
}
</style>
background-color css
<style>
a { background-color: #C6851E; }
a { background-color: rgb(198,133,30); }
div.DivClassName
{
background-color: #C6851E;
}
.BgClassName
{
background-color: #C6851E;
}
</style>
border-color css
<style>
span { border-color: #C6851E; }
span { border-color: rgb(198,133,30); }
td.TdClassName
{
border-color: #C6851E;
}
.TagClassName
{
border-color: #C6851E;
}
</style>