Shades of Golden Bell #C68337
Tints of Golden Bell #C68337
RGB
CMYK
RGB Variations
Color information
#C68337 (or 0xC68337) is known color: Golden Bell. HEX triplet: C6, 83 and 37. RGB value is (198,131,55). Sum of RGB (Red+Green+Blue) = 198+131+55=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68337 is #397CC8. Grayscale: #8E8E8E. Windows color (decimal): -3767497 or 3638214. OLE color: 3638214.
HSL color Cylindrical-coordinate representation of color #C68337: hue angle of 31.89º 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 #C68337 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 55 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.22 |
| HSL | 31.89º | 0.57% | 0.5% | - |
| HSV(B) | 31.89º | 0.72% | 0.78% | - |
| XYZ | 32.09 | 28.51 | 7.43 | - |
| YUV | 142.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 55 | 0 | 0.34 | 0.72 | 0.22 | 31.89 | 0.57 | 0.5 |
| Hex | C6 | 83 | 37 | 0 | 22 | 48 | 16 | 20 | 39 | 32 |
| Octal | 306 | 203 | 67 | 0 | 42 | 110 | 26 | 40 | 71 | 62 |
| Binary | 11000110 | 10000011 | 110111 | 0 | 100010 | 1001000 | 10110 | 100000 | 111001 | 110010 |
Color Harmonies of #C68337
Complementary color
Monochromatic Colors of #C68337
Black with #C68337
Text Example
Text Example
White with #C68337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68337; }
p { color: rgb(198,131,55); }
H1.HeaderClassName
{
color: #C68337;
}
.AnyTagClassName
{
color: #C68337;
}
</style>
background-color css
<style>
a { background-color: #C68337; }
a { background-color: rgb(198,131,55); }
div.DivClassName
{
background-color: #C68337;
}
.BgClassName
{
background-color: #C68337;
}
</style>
border-color css
<style>
span { border-color: #C68337; }
span { border-color: rgb(198,131,55); }
td.TdClassName
{
border-color: #C68337;
}
.TagClassName
{
border-color: #C68337;
}
</style>