Shades of Golden Bell #C68036
Tints of Golden Bell #C68036
RGB
CMYK
RGB Variations
Color information
#C68036 (or 0xC68036) is known color: Golden Bell. HEX triplet: C6, 80 and 36. RGB value is (198,128,54). Sum of RGB (Red+Green+Blue) = 198+128+54=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C68036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68036 is #397FC9. Grayscale: #8C8C8C. Windows color (decimal): -3768266 or 3571910. OLE color: 3571910.
HSL color Cylindrical-coordinate representation of color #C68036: hue angle of 30.83º 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 #C68036 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 54 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.22 |
| HSL | 30.83º | 0.57% | 0.49% | - |
| HSV(B) | 30.83º | 0.73% | 0.78% | - |
| XYZ | 31.67 | 27.71 | 7.17 | - |
| YUV | 140.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 54 | 0 | 0.35 | 0.73 | 0.22 | 30.83 | 0.57 | 0.49 |
| Hex | C6 | 80 | 36 | 0 | 23 | 49 | 16 | 1F | 39 | 31 |
| Octal | 306 | 200 | 66 | 0 | 43 | 111 | 26 | 37 | 71 | 61 |
| Binary | 11000110 | 10000000 | 110110 | 0 | 100011 | 1001001 | 10110 | 11111 | 111001 | 110001 |
Color Harmonies of #C68036
Complementary color
Monochromatic Colors of #C68036
Black with #C68036
Text Example
Text Example
White with #C68036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68036; }
p { color: rgb(198,128,54); }
H1.HeaderClassName
{
color: #C68036;
}
.AnyTagClassName
{
color: #C68036;
}
</style>
background-color css
<style>
a { background-color: #C68036; }
a { background-color: rgb(198,128,54); }
div.DivClassName
{
background-color: #C68036;
}
.BgClassName
{
background-color: #C68036;
}
</style>
border-color css
<style>
span { border-color: #C68036; }
span { border-color: rgb(198,128,54); }
td.TdClassName
{
border-color: #C68036;
}
.TagClassName
{
border-color: #C68036;
}
</style>