Shades of Geebung #C8861E
Tints of Geebung #C8861E
RGB
CMYK
RGB Variations
Color information
#C8861E (or 0xC8861E) is known color: Geebung. HEX triplet: C8, 86 and 1E. RGB value is (200,134,30). Sum of RGB (Red+Green+Blue) = 200+134+30=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8861E is #3779E1. Grayscale: #8E8E8E. Windows color (decimal): -3635682 or 2000584. OLE color: 2000584.
HSL color Cylindrical-coordinate representation of color #C8861E: hue angle of 36.71º 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 #C8861E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 30 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.22 |
| HSL | 36.71º | 0.74% | 0.45% | - |
| HSV(B) | 36.71º | 0.85% | 0.78% | - |
| XYZ | 32.58 | 29.42 | 5.19 | - |
| YUV | 141.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 30 | 0 | 0.33 | 0.85 | 0.22 | 36.71 | 0.74 | 0.45 |
| Hex | C8 | 86 | 1E | 0 | 21 | 55 | 16 | 25 | 4A | 2D |
| Octal | 310 | 206 | 36 | 0 | 41 | 125 | 26 | 45 | 112 | 55 |
| Binary | 11001000 | 10000110 | 11110 | 0 | 100001 | 1010101 | 10110 | 100101 | 1001010 | 101101 |
Color Harmonies of #C8861E
Complementary color
Monochromatic Colors of #C8861E
Black with #C8861E
Text Example
Text Example
White with #C8861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8861E; }
p { color: rgb(200,134,30); }
H1.HeaderClassName
{
color: #C8861E;
}
.AnyTagClassName
{
color: #C8861E;
}
</style>
background-color css
<style>
a { background-color: #C8861E; }
a { background-color: rgb(200,134,30); }
div.DivClassName
{
background-color: #C8861E;
}
.BgClassName
{
background-color: #C8861E;
}
</style>
border-color css
<style>
span { border-color: #C8861E; }
span { border-color: rgb(200,134,30); }
td.TdClassName
{
border-color: #C8861E;
}
.TagClassName
{
border-color: #C8861E;
}
</style>