Shades of Golden Bell #C68837
Tints of Golden Bell #C68837
RGB
CMYK
RGB Variations
Color information
#C68837 (or 0xC68837) is known color: Golden Bell. HEX triplet: C6, 88 and 37. RGB value is (198,136,55). Sum of RGB (Red+Green+Blue) = 198+136+55=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C68837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68837 is #3977C8. Grayscale: #919191. Windows color (decimal): -3766217 or 3639494. OLE color: 3639494.
HSL color Cylindrical-coordinate representation of color #C68837: hue angle of 33.99º 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 #C68837 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 55 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.22 |
| HSL | 33.99º | 0.57% | 0.5% | - |
| HSV(B) | 33.99º | 0.72% | 0.78% | - |
| XYZ | 32.78 | 29.89 | 7.66 | - |
| YUV | 145.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 55 | 0 | 0.31 | 0.72 | 0.22 | 33.99 | 0.57 | 0.5 |
| Hex | C6 | 88 | 37 | 0 | 1F | 48 | 16 | 22 | 39 | 32 |
| Octal | 306 | 210 | 67 | 0 | 37 | 110 | 26 | 42 | 71 | 62 |
| Binary | 11000110 | 10001000 | 110111 | 0 | 11111 | 1001000 | 10110 | 100010 | 111001 | 110010 |
Color Harmonies of #C68837
Complementary color
Monochromatic Colors of #C68837
Black with #C68837
Text Example
Text Example
White with #C68837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68837; }
p { color: rgb(198,136,55); }
H1.HeaderClassName
{
color: #C68837;
}
.AnyTagClassName
{
color: #C68837;
}
</style>
background-color css
<style>
a { background-color: #C68837; }
a { background-color: rgb(198,136,55); }
div.DivClassName
{
background-color: #C68837;
}
.BgClassName
{
background-color: #C68837;
}
</style>
border-color css
<style>
span { border-color: #C68837; }
span { border-color: rgb(198,136,55); }
td.TdClassName
{
border-color: #C68837;
}
.TagClassName
{
border-color: #C68837;
}
</style>