Shades of Golden Bell #C67937
Tints of Golden Bell #C67937
RGB
CMYK
RGB Variations
Color information
#C67937 (or 0xC67937) is known color: Golden Bell. HEX triplet: C6, 79 and 37. RGB value is (198,121,55). Sum of RGB (Red+Green+Blue) = 198+121+55=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C67937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67937 is #3986C8. Grayscale: #888888. Windows color (decimal): -3770057 or 3635654. OLE color: 3635654.
HSL color Cylindrical-coordinate representation of color #C67937: hue angle of 27.69º 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 #C67937 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 55 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.22 |
| HSL | 27.69º | 0.57% | 0.5% | - |
| HSV(B) | 27.69º | 0.72% | 0.78% | - |
| XYZ | 30.82 | 25.96 | 7 | - |
| YUV | 136.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 55 | 0 | 0.39 | 0.72 | 0.22 | 27.69 | 0.57 | 0.5 |
| Hex | C6 | 79 | 37 | 0 | 27 | 48 | 16 | 1C | 39 | 32 |
| Octal | 306 | 171 | 67 | 0 | 47 | 110 | 26 | 34 | 71 | 62 |
| Binary | 11000110 | 1111001 | 110111 | 0 | 100111 | 1001000 | 10110 | 11100 | 111001 | 110010 |
Color Harmonies of #C67937
Complementary color
Monochromatic Colors of #C67937
Black with #C67937
Text Example
Text Example
White with #C67937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67937; }
p { color: rgb(198,121,55); }
H1.HeaderClassName
{
color: #C67937;
}
.AnyTagClassName
{
color: #C67937;
}
</style>
background-color css
<style>
a { background-color: #C67937; }
a { background-color: rgb(198,121,55); }
div.DivClassName
{
background-color: #C67937;
}
.BgClassName
{
background-color: #C67937;
}
</style>
border-color css
<style>
span { border-color: #C67937; }
span { border-color: rgb(198,121,55); }
td.TdClassName
{
border-color: #C67937;
}
.TagClassName
{
border-color: #C67937;
}
</style>