Shades of Geebung #C6852B
Tints of Geebung #C6852B
RGB
CMYK
RGB Variations
Color information
#C6852B (or 0xC6852B) is known color: Geebung. HEX triplet: C6, 85 and 2B. RGB value is (198,133,43). Sum of RGB (Red+Green+Blue) = 198+133+43=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6852B is #397AD4. Grayscale: #8E8E8E. Windows color (decimal): -3766997 or 2852294. OLE color: 2852294.
HSL color Cylindrical-coordinate representation of color #C6852B: hue angle of 34.84º 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 #C6852B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.22 |
| HSL | 34.84º | 0.64% | 0.47% | - |
| HSV(B) | 34.84º | 0.78% | 0.78% | - |
| XYZ | 32.11 | 28.96 | 6.18 | - |
| YUV | 142.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 43 | 0 | 0.33 | 0.78 | 0.22 | 34.84 | 0.64 | 0.47 |
| Hex | C6 | 85 | 2B | 0 | 21 | 4E | 16 | 23 | 40 | 2F |
| Octal | 306 | 205 | 53 | 0 | 41 | 116 | 26 | 43 | 100 | 57 |
| Binary | 11000110 | 10000101 | 101011 | 0 | 100001 | 1001110 | 10110 | 100011 | 1000000 | 101111 |
Color Harmonies of #C6852B
Complementary color
Monochromatic Colors of #C6852B
Black with #C6852B
Text Example
Text Example
White with #C6852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6852B; }
p { color: rgb(198,133,43); }
H1.HeaderClassName
{
color: #C6852B;
}
.AnyTagClassName
{
color: #C6852B;
}
</style>
background-color css
<style>
a { background-color: #C6852B; }
a { background-color: rgb(198,133,43); }
div.DivClassName
{
background-color: #C6852B;
}
.BgClassName
{
background-color: #C6852B;
}
</style>
border-color css
<style>
span { border-color: #C6852B; }
span { border-color: rgb(198,133,43); }
td.TdClassName
{
border-color: #C6852B;
}
.TagClassName
{
border-color: #C6852B;
}
</style>