Shades of Geebung #C6881B
Tints of Geebung #C6881B
RGB
CMYK
RGB Variations
Color information
#C6881B (or 0xC6881B) is known color: Geebung. HEX triplet: C6, 88 and 1B. RGB value is (198,136,27). Sum of RGB (Red+Green+Blue) = 198+136+27=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6881B is #3977E4. Grayscale: #8E8E8E. Windows color (decimal): -3766245 or 1804486. OLE color: 1804486.
HSL color Cylindrical-coordinate representation of color #C6881B: hue angle of 38.25º degrees, saturation: 0.76, 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 #C6881B is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 27 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.22 |
| HSL | 38.25º | 0.76% | 0.44% | - |
| HSV(B) | 38.25º | 0.86% | 0.78% | - |
| XYZ | 32.29 | 29.69 | 5.07 | - |
| YUV | 142.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 27 | 0 | 0.31 | 0.86 | 0.22 | 38.25 | 0.76 | 0.44 |
| Hex | C6 | 88 | 1B | 0 | 1F | 56 | 16 | 26 | 4C | 2C |
| Octal | 306 | 210 | 33 | 0 | 37 | 126 | 26 | 46 | 114 | 54 |
| Binary | 11000110 | 10001000 | 11011 | 0 | 11111 | 1010110 | 10110 | 100110 | 1001100 | 101100 |
Color Harmonies of #C6881B
Complementary color
Monochromatic Colors of #C6881B
Black with #C6881B
Text Example
Text Example
White with #C6881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6881B; }
p { color: rgb(198,136,27); }
H1.HeaderClassName
{
color: #C6881B;
}
.AnyTagClassName
{
color: #C6881B;
}
</style>
background-color css
<style>
a { background-color: #C6881B; }
a { background-color: rgb(198,136,27); }
div.DivClassName
{
background-color: #C6881B;
}
.BgClassName
{
background-color: #C6881B;
}
</style>
border-color css
<style>
span { border-color: #C6881B; }
span { border-color: rgb(198,136,27); }
td.TdClassName
{
border-color: #C6881B;
}
.TagClassName
{
border-color: #C6881B;
}
</style>