Shades of Golden Bell #C68136
Tints of Golden Bell #C68136
RGB
CMYK
RGB Variations
Color information
#C68136 (or 0xC68136) is known color: Golden Bell. HEX triplet: C6, 81 and 36. RGB value is (198,129,54). Sum of RGB (Red+Green+Blue) = 198+129+54=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C68136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68136 is #397EC9. Grayscale: #8D8D8D. Windows color (decimal): -3768010 or 3572166. OLE color: 3572166.
HSL color Cylindrical-coordinate representation of color #C68136: hue angle of 31.25º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C68136 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 54 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.22 |
| HSL | 31.25º | 0.57% | 0.49% | - |
| HSV(B) | 31.25º | 0.73% | 0.78% | - |
| XYZ | 31.8 | 27.97 | 7.21 | - |
| YUV | 141.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 54 | 0 | 0.35 | 0.73 | 0.22 | 31.25 | 0.57 | 0.49 |
| Hex | C6 | 81 | 36 | 0 | 23 | 49 | 16 | 1F | 39 | 31 |
| Octal | 306 | 201 | 66 | 0 | 43 | 111 | 26 | 37 | 71 | 61 |
| Binary | 11000110 | 10000001 | 110110 | 0 | 100011 | 1001001 | 10110 | 11111 | 111001 | 110001 |
Color Harmonies of #C68136
Complementary color
Monochromatic Colors of #C68136
Black with #C68136
Text Example
Text Example
White with #C68136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68136; }
p { color: rgb(198,129,54); }
H1.HeaderClassName
{
color: #C68136;
}
.AnyTagClassName
{
color: #C68136;
}
</style>
background-color css
<style>
a { background-color: #C68136; }
a { background-color: rgb(198,129,54); }
div.DivClassName
{
background-color: #C68136;
}
.BgClassName
{
background-color: #C68136;
}
</style>
border-color css
<style>
span { border-color: #C68136; }
span { border-color: rgb(198,129,54); }
td.TdClassName
{
border-color: #C68136;
}
.TagClassName
{
border-color: #C68136;
}
</style>