Shades of Golden Bell #C68437
Tints of Golden Bell #C68437
RGB
CMYK
RGB Variations
Color information
#C68437 (or 0xC68437) is known color: Golden Bell. HEX triplet: C6, 84 and 37. RGB value is (198,132,55). Sum of RGB (Red+Green+Blue) = 198+132+55=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C68437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68437 is #397BC8. Grayscale: #8F8F8F. Windows color (decimal): -3767241 or 3638470. OLE color: 3638470.
HSL color Cylindrical-coordinate representation of color #C68437: hue angle of 32.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68437 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 55 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.22 |
| HSL | 32.31º | 0.57% | 0.5% | - |
| HSV(B) | 32.31º | 0.72% | 0.78% | - |
| XYZ | 32.23 | 28.78 | 7.47 | - |
| YUV | 142.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 55 | 0 | 0.33 | 0.72 | 0.22 | 32.31 | 0.57 | 0.5 |
| Hex | C6 | 84 | 37 | 0 | 21 | 48 | 16 | 20 | 39 | 32 |
| Octal | 306 | 204 | 67 | 0 | 41 | 110 | 26 | 40 | 71 | 62 |
| Binary | 11000110 | 10000100 | 110111 | 0 | 100001 | 1001000 | 10110 | 100000 | 111001 | 110010 |
Color Harmonies of #C68437
Complementary color
Monochromatic Colors of #C68437
Black with #C68437
Text Example
Text Example
White with #C68437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68437; }
p { color: rgb(198,132,55); }
H1.HeaderClassName
{
color: #C68437;
}
.AnyTagClassName
{
color: #C68437;
}
</style>
background-color css
<style>
a { background-color: #C68437; }
a { background-color: rgb(198,132,55); }
div.DivClassName
{
background-color: #C68437;
}
.BgClassName
{
background-color: #C68437;
}
</style>
border-color css
<style>
span { border-color: #C68437; }
span { border-color: rgb(198,132,55); }
td.TdClassName
{
border-color: #C68437;
}
.TagClassName
{
border-color: #C68437;
}
</style>