Shades of Golden Bell #C68537
Tints of Golden Bell #C68537
RGB
CMYK
RGB Variations
Color information
#C68537 (or 0xC68537) is known color: Golden Bell. HEX triplet: C6, 85 and 37. RGB value is (198,133,55). Sum of RGB (Red+Green+Blue) = 198+133+55=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68537 is #397AC8. Grayscale: #8F8F8F. Windows color (decimal): -3766985 or 3638726. OLE color: 3638726.
HSL color Cylindrical-coordinate representation of color #C68537: hue angle of 32.73º 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 #C68537 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 55 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.22 |
| HSL | 32.73º | 0.57% | 0.5% | - |
| HSV(B) | 32.73º | 0.72% | 0.78% | - |
| XYZ | 32.37 | 29.06 | 7.52 | - |
| YUV | 143.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 55 | 0 | 0.33 | 0.72 | 0.22 | 32.73 | 0.57 | 0.5 |
| Hex | C6 | 85 | 37 | 0 | 21 | 48 | 16 | 21 | 39 | 32 |
| Octal | 306 | 205 | 67 | 0 | 41 | 110 | 26 | 41 | 71 | 62 |
| Binary | 11000110 | 10000101 | 110111 | 0 | 100001 | 1001000 | 10110 | 100001 | 111001 | 110010 |
Color Harmonies of #C68537
Complementary color
Monochromatic Colors of #C68537
Black with #C68537
Text Example
Text Example
White with #C68537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68537; }
p { color: rgb(198,133,55); }
H1.HeaderClassName
{
color: #C68537;
}
.AnyTagClassName
{
color: #C68537;
}
</style>
background-color css
<style>
a { background-color: #C68537; }
a { background-color: rgb(198,133,55); }
div.DivClassName
{
background-color: #C68537;
}
.BgClassName
{
background-color: #C68537;
}
</style>
border-color css
<style>
span { border-color: #C68537; }
span { border-color: rgb(198,133,55); }
td.TdClassName
{
border-color: #C68537;
}
.TagClassName
{
border-color: #C68537;
}
</style>