Shades of Golden Bell #C6863A
Tints of Golden Bell #C6863A
RGB
CMYK
RGB Variations
Color information
#C6863A (or 0xC6863A) is known color: Golden Bell. HEX triplet: C6, 86 and 3A. RGB value is (198,134,58). Sum of RGB (Red+Green+Blue) = 198+134+58=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C6863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6863A is #3979C5. Grayscale: #909090. Windows color (decimal): -3766726 or 3835590. OLE color: 3835590.
HSL color Cylindrical-coordinate representation of color #C6863A: hue angle of 32.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6863A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 58 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.22 |
| HSL | 32.57º | 0.55% | 0.5% | - |
| HSV(B) | 32.57º | 0.71% | 0.78% | - |
| XYZ | 32.58 | 29.36 | 7.95 | - |
| YUV | 144.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 58 | 0 | 0.32 | 0.71 | 0.22 | 32.57 | 0.55 | 0.5 |
| Hex | C6 | 86 | 3A | 0 | 20 | 47 | 16 | 21 | 37 | 32 |
| Octal | 306 | 206 | 72 | 0 | 40 | 107 | 26 | 41 | 67 | 62 |
| Binary | 11000110 | 10000110 | 111010 | 0 | 100000 | 1000111 | 10110 | 100001 | 110111 | 110010 |
Color Harmonies of #C6863A
Complementary color
Monochromatic Colors of #C6863A
Black with #C6863A
Text Example
Text Example
White with #C6863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6863A; }
p { color: rgb(198,134,58); }
H1.HeaderClassName
{
color: #C6863A;
}
.AnyTagClassName
{
color: #C6863A;
}
</style>
background-color css
<style>
a { background-color: #C6863A; }
a { background-color: rgb(198,134,58); }
div.DivClassName
{
background-color: #C6863A;
}
.BgClassName
{
background-color: #C6863A;
}
</style>
border-color css
<style>
span { border-color: #C6863A; }
span { border-color: rgb(198,134,58); }
td.TdClassName
{
border-color: #C6863A;
}
.TagClassName
{
border-color: #C6863A;
}
</style>