Shades of Geebung #C68223
Tints of Geebung #C68223
RGB
CMYK
RGB Variations
Color information
#C68223 (or 0xC68223) is known color: Geebung. HEX triplet: C6, 82 and 23. RGB value is (198,130,35). Sum of RGB (Red+Green+Blue) = 198+130+35=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C68223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68223 is #397DDC. Grayscale: #8B8B8B. Windows color (decimal): -3767773 or 2327238. OLE color: 2327238.
HSL color Cylindrical-coordinate representation of color #C68223: hue angle of 34.97º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C68223 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 35 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.22 |
| HSL | 34.97º | 0.7% | 0.46% | - |
| HSV(B) | 34.97º | 0.82% | 0.78% | - |
| XYZ | 31.57 | 28.09 | 5.35 | - |
| YUV | 139.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 35 | 0 | 0.34 | 0.82 | 0.22 | 34.97 | 0.7 | 0.46 |
| Hex | C6 | 82 | 23 | 0 | 22 | 52 | 16 | 23 | 46 | 2E |
| Octal | 306 | 202 | 43 | 0 | 42 | 122 | 26 | 43 | 106 | 56 |
| Binary | 11000110 | 10000010 | 100011 | 0 | 100010 | 1010010 | 10110 | 100011 | 1000110 | 101110 |
Color Harmonies of #C68223
Complementary color
Monochromatic Colors of #C68223
Black with #C68223
Text Example
Text Example
White with #C68223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68223; }
p { color: rgb(198,130,35); }
H1.HeaderClassName
{
color: #C68223;
}
.AnyTagClassName
{
color: #C68223;
}
</style>
background-color css
<style>
a { background-color: #C68223; }
a { background-color: rgb(198,130,35); }
div.DivClassName
{
background-color: #C68223;
}
.BgClassName
{
background-color: #C68223;
}
</style>
border-color css
<style>
span { border-color: #C68223; }
span { border-color: rgb(198,130,35); }
td.TdClassName
{
border-color: #C68223;
}
.TagClassName
{
border-color: #C68223;
}
</style>