Shades of Geebung #C67B2B
Tints of Geebung #C67B2B
RGB
CMYK
RGB Variations
Color information
#C67B2B (or 0xC67B2B) is known color: Geebung. HEX triplet: C6, 7B and 2B. RGB value is (198,123,43). Sum of RGB (Red+Green+Blue) = 198+123+43=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67B2B is #3984D4. Grayscale: #888888. Windows color (decimal): -3769557 or 2849734. OLE color: 2849734.
HSL color Cylindrical-coordinate representation of color #C67B2B: hue angle of 30.97º 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 #C67B2B is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 43 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.22 |
| HSL | 30.97º | 0.64% | 0.47% | - |
| HSV(B) | 30.97º | 0.78% | 0.78% | - |
| XYZ | 30.81 | 26.35 | 5.75 | - |
| YUV | 136.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 43 | 0 | 0.38 | 0.78 | 0.22 | 30.97 | 0.64 | 0.47 |
| Hex | C6 | 7B | 2B | 0 | 26 | 4E | 16 | 1F | 40 | 2F |
| Octal | 306 | 173 | 53 | 0 | 46 | 116 | 26 | 37 | 100 | 57 |
| Binary | 11000110 | 1111011 | 101011 | 0 | 100110 | 1001110 | 10110 | 11111 | 1000000 | 101111 |
Color Harmonies of #C67B2B
Complementary color
Monochromatic Colors of #C67B2B
Black with #C67B2B
Text Example
Text Example
White with #C67B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B2B; }
p { color: rgb(198,123,43); }
H1.HeaderClassName
{
color: #C67B2B;
}
.AnyTagClassName
{
color: #C67B2B;
}
</style>
background-color css
<style>
a { background-color: #C67B2B; }
a { background-color: rgb(198,123,43); }
div.DivClassName
{
background-color: #C67B2B;
}
.BgClassName
{
background-color: #C67B2B;
}
</style>
border-color css
<style>
span { border-color: #C67B2B; }
span { border-color: rgb(198,123,43); }
td.TdClassName
{
border-color: #C67B2B;
}
.TagClassName
{
border-color: #C67B2B;
}
</style>