Shades of Geebung #C6832B
Tints of Geebung #C6832B
RGB
CMYK
RGB Variations
Color information
#C6832B (or 0xC6832B) is known color: Geebung. HEX triplet: C6, 83 and 2B. RGB value is (198,131,43). Sum of RGB (Red+Green+Blue) = 198+131+43=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6832B is #397CD4. Grayscale: #8D8D8D. Windows color (decimal): -3767509 or 2851782. OLE color: 2851782.
HSL color Cylindrical-coordinate representation of color #C6832B: hue angle of 34.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6832B is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 43 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.22 |
| HSL | 34.06º | 0.64% | 0.47% | - |
| HSV(B) | 34.06º | 0.78% | 0.78% | - |
| XYZ | 31.84 | 28.41 | 6.09 | - |
| YUV | 141 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 43 | 0 | 0.34 | 0.78 | 0.22 | 34.06 | 0.64 | 0.47 |
| Hex | C6 | 83 | 2B | 0 | 22 | 4E | 16 | 22 | 40 | 2F |
| Octal | 306 | 203 | 53 | 0 | 42 | 116 | 26 | 42 | 100 | 57 |
| Binary | 11000110 | 10000011 | 101011 | 0 | 100010 | 1001110 | 10110 | 100010 | 1000000 | 101111 |
Color Harmonies of #C6832B
Complementary color
Monochromatic Colors of #C6832B
Black with #C6832B
Text Example
Text Example
White with #C6832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6832B; }
p { color: rgb(198,131,43); }
H1.HeaderClassName
{
color: #C6832B;
}
.AnyTagClassName
{
color: #C6832B;
}
</style>
background-color css
<style>
a { background-color: #C6832B; }
a { background-color: rgb(198,131,43); }
div.DivClassName
{
background-color: #C6832B;
}
.BgClassName
{
background-color: #C6832B;
}
</style>
border-color css
<style>
span { border-color: #C6832B; }
span { border-color: rgb(198,131,43); }
td.TdClassName
{
border-color: #C6832B;
}
.TagClassName
{
border-color: #C6832B;
}
</style>