Shades of Golden Bell #C68737
Tints of Golden Bell #C68737
RGB
CMYK
RGB Variations
Color information
#C68737 (or 0xC68737) is known color: Golden Bell. HEX triplet: C6, 87 and 37. RGB value is (198,135,55). Sum of RGB (Red+Green+Blue) = 198+135+55=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C68737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68737 is #3978C8. Grayscale: #919191. Windows color (decimal): -3766473 or 3639238. OLE color: 3639238.
HSL color Cylindrical-coordinate representation of color #C68737: hue angle of 33.57º 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 #C68737 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 55 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.22 |
| HSL | 33.57º | 0.57% | 0.5% | - |
| HSV(B) | 33.57º | 0.72% | 0.78% | - |
| XYZ | 32.64 | 29.61 | 7.61 | - |
| YUV | 144.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 55 | 0 | 0.32 | 0.72 | 0.22 | 33.57 | 0.57 | 0.5 |
| Hex | C6 | 87 | 37 | 0 | 20 | 48 | 16 | 22 | 39 | 32 |
| Octal | 306 | 207 | 67 | 0 | 40 | 110 | 26 | 42 | 71 | 62 |
| Binary | 11000110 | 10000111 | 110111 | 0 | 100000 | 1001000 | 10110 | 100010 | 111001 | 110010 |
Color Harmonies of #C68737
Complementary color
Monochromatic Colors of #C68737
Black with #C68737
Text Example
Text Example
White with #C68737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68737; }
p { color: rgb(198,135,55); }
H1.HeaderClassName
{
color: #C68737;
}
.AnyTagClassName
{
color: #C68737;
}
</style>
background-color css
<style>
a { background-color: #C68737; }
a { background-color: rgb(198,135,55); }
div.DivClassName
{
background-color: #C68737;
}
.BgClassName
{
background-color: #C68737;
}
</style>
border-color css
<style>
span { border-color: #C68737; }
span { border-color: rgb(198,135,55); }
td.TdClassName
{
border-color: #C68737;
}
.TagClassName
{
border-color: #C68737;
}
</style>