Shades of Geebung #C6802F
Tints of Geebung #C6802F
RGB
CMYK
RGB Variations
Color information
#C6802F (or 0xC6802F) is known color: Geebung. HEX triplet: C6, 80 and 2F. RGB value is (198,128,47). Sum of RGB (Red+Green+Blue) = 198+128+47=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6802F is #397FD0. Grayscale: #8C8C8C. Windows color (decimal): -3768273 or 3113158. OLE color: 3113158.
HSL color Cylindrical-coordinate representation of color #C6802F: hue angle of 32.19º 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 #C6802F is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 47 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.22 |
| HSL | 32.19º | 0.62% | 0.48% | - |
| HSV(B) | 32.19º | 0.76% | 0.78% | - |
| XYZ | 31.52 | 27.65 | 6.36 | - |
| YUV | 139.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 47 | 0 | 0.35 | 0.76 | 0.22 | 32.19 | 0.62 | 0.48 |
| Hex | C6 | 80 | 2F | 0 | 23 | 4C | 16 | 20 | 3E | 30 |
| Octal | 306 | 200 | 57 | 0 | 43 | 114 | 26 | 40 | 76 | 60 |
| Binary | 11000110 | 10000000 | 101111 | 0 | 100011 | 1001100 | 10110 | 100000 | 111110 | 110000 |
Color Harmonies of #C6802F
Complementary color
Monochromatic Colors of #C6802F
Black with #C6802F
Text Example
Text Example
White with #C6802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6802F; }
p { color: rgb(198,128,47); }
H1.HeaderClassName
{
color: #C6802F;
}
.AnyTagClassName
{
color: #C6802F;
}
</style>
background-color css
<style>
a { background-color: #C6802F; }
a { background-color: rgb(198,128,47); }
div.DivClassName
{
background-color: #C6802F;
}
.BgClassName
{
background-color: #C6802F;
}
</style>
border-color css
<style>
span { border-color: #C6802F; }
span { border-color: rgb(198,128,47); }
td.TdClassName
{
border-color: #C6802F;
}
.TagClassName
{
border-color: #C6802F;
}
</style>