Shades of Geebung #C6892F
Tints of Geebung #C6892F
RGB
CMYK
RGB Variations
Color information
#C6892F (or 0xC6892F) is known color: Geebung. HEX triplet: C6, 89 and 2F. RGB value is (198,137,47). Sum of RGB (Red+Green+Blue) = 198+137+47=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6892F is #3976D0. Grayscale: #919191. Windows color (decimal): -3765969 or 3115462. OLE color: 3115462.
HSL color Cylindrical-coordinate representation of color #C6892F: hue angle of 35.76º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6892F is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 47 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.22 |
| HSL | 35.76º | 0.62% | 0.48% | - |
| HSV(B) | 35.76º | 0.76% | 0.78% | - |
| XYZ | 32.75 | 30.1 | 6.77 | - |
| YUV | 144.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 47 | 0 | 0.31 | 0.76 | 0.22 | 35.76 | 0.62 | 0.48 |
| Hex | C6 | 89 | 2F | 0 | 1F | 4C | 16 | 24 | 3E | 30 |
| Octal | 306 | 211 | 57 | 0 | 37 | 114 | 26 | 44 | 76 | 60 |
| Binary | 11000110 | 10001001 | 101111 | 0 | 11111 | 1001100 | 10110 | 100100 | 111110 | 110000 |
Color Harmonies of #C6892F
Complementary color
Monochromatic Colors of #C6892F
Black with #C6892F
Text Example
Text Example
White with #C6892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6892F; }
p { color: rgb(198,137,47); }
H1.HeaderClassName
{
color: #C6892F;
}
.AnyTagClassName
{
color: #C6892F;
}
</style>
background-color css
<style>
a { background-color: #C6892F; }
a { background-color: rgb(198,137,47); }
div.DivClassName
{
background-color: #C6892F;
}
.BgClassName
{
background-color: #C6892F;
}
</style>
border-color css
<style>
span { border-color: #C6892F; }
span { border-color: rgb(198,137,47); }
td.TdClassName
{
border-color: #C6892F;
}
.TagClassName
{
border-color: #C6892F;
}
</style>