Shades of Geebung #C68226
Tints of Geebung #C68226
RGB
CMYK
RGB Variations
Color information
#C68226 (or 0xC68226) is known color: Geebung. HEX triplet: C6, 82 and 26. RGB value is (198,130,38). Sum of RGB (Red+Green+Blue) = 198+130+38=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68226 is #397DD9. Grayscale: #8C8C8C. Windows color (decimal): -3767770 or 2523846. OLE color: 2523846.
HSL color Cylindrical-coordinate representation of color #C68226: hue angle of 34.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68226 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 38 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.22 |
| HSL | 34.5º | 0.68% | 0.46% | - |
| HSV(B) | 34.5º | 0.81% | 0.78% | - |
| XYZ | 31.62 | 28.11 | 5.59 | - |
| YUV | 139.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 38 | 0 | 0.34 | 0.81 | 0.22 | 34.5 | 0.68 | 0.46 |
| Hex | C6 | 82 | 26 | 0 | 22 | 51 | 16 | 22 | 44 | 2E |
| Octal | 306 | 202 | 46 | 0 | 42 | 121 | 26 | 42 | 104 | 56 |
| Binary | 11000110 | 10000010 | 100110 | 0 | 100010 | 1010001 | 10110 | 100010 | 1000100 | 101110 |
Color Harmonies of #C68226
Complementary color
Monochromatic Colors of #C68226
Black with #C68226
Text Example
Text Example
White with #C68226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68226; }
p { color: rgb(198,130,38); }
H1.HeaderClassName
{
color: #C68226;
}
.AnyTagClassName
{
color: #C68226;
}
</style>
background-color css
<style>
a { background-color: #C68226; }
a { background-color: rgb(198,130,38); }
div.DivClassName
{
background-color: #C68226;
}
.BgClassName
{
background-color: #C68226;
}
</style>
border-color css
<style>
span { border-color: #C68226; }
span { border-color: rgb(198,130,38); }
td.TdClassName
{
border-color: #C68226;
}
.TagClassName
{
border-color: #C68226;
}
</style>