Shades of Geebung #C68225
Tints of Geebung #C68225
RGB
CMYK
RGB Variations
Color information
#C68225 (or 0xC68225) is known color: Geebung. HEX triplet: C6, 82 and 25. RGB value is (198,130,37). Sum of RGB (Red+Green+Blue) = 198+130+37=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68225 is #397DDA. Grayscale: #8C8C8C. Windows color (decimal): -3767771 or 2458310. OLE color: 2458310.
HSL color Cylindrical-coordinate representation of color #C68225: hue angle of 34.66º degrees, saturation: 0.69, 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 #C68225 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 37 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.22 |
| HSL | 34.66º | 0.69% | 0.46% | - |
| HSV(B) | 34.66º | 0.81% | 0.78% | - |
| XYZ | 31.61 | 28.1 | 5.51 | - |
| YUV | 139.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 37 | 0 | 0.34 | 0.81 | 0.22 | 34.66 | 0.69 | 0.46 |
| Hex | C6 | 82 | 25 | 0 | 22 | 51 | 16 | 23 | 45 | 2E |
| Octal | 306 | 202 | 45 | 0 | 42 | 121 | 26 | 43 | 105 | 56 |
| Binary | 11000110 | 10000010 | 100101 | 0 | 100010 | 1010001 | 10110 | 100011 | 1000101 | 101110 |
Color Harmonies of #C68225
Complementary color
Monochromatic Colors of #C68225
Black with #C68225
Text Example
Text Example
White with #C68225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68225; }
p { color: rgb(198,130,37); }
H1.HeaderClassName
{
color: #C68225;
}
.AnyTagClassName
{
color: #C68225;
}
</style>
background-color css
<style>
a { background-color: #C68225; }
a { background-color: rgb(198,130,37); }
div.DivClassName
{
background-color: #C68225;
}
.BgClassName
{
background-color: #C68225;
}
</style>
border-color css
<style>
span { border-color: #C68225; }
span { border-color: rgb(198,130,37); }
td.TdClassName
{
border-color: #C68225;
}
.TagClassName
{
border-color: #C68225;
}
</style>