Shades of Golden Bell #C6843B
Tints of Golden Bell #C6843B
RGB
CMYK
RGB Variations
Color information
#C6843B (or 0xC6843B) is known color: Golden Bell. HEX triplet: C6, 84 and 3B. RGB value is (198,132,59). Sum of RGB (Red+Green+Blue) = 198+132+59=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6843B is #397BC4. Grayscale: #8F8F8F. Windows color (decimal): -3767237 or 3900614. OLE color: 3900614.
HSL color Cylindrical-coordinate representation of color #C6843B: hue angle of 31.51º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6843B is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 59 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.22 |
| HSL | 31.51º | 0.55% | 0.5% | - |
| HSV(B) | 31.51º | 0.7% | 0.78% | - |
| XYZ | 32.33 | 28.82 | 8 | - |
| YUV | 143.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 59 | 0 | 0.33 | 0.70 | 0.22 | 31.51 | 0.55 | 0.5 |
| Hex | C6 | 84 | 3B | 0 | 21 | 46 | 16 | 20 | 37 | 32 |
| Octal | 306 | 204 | 73 | 0 | 41 | 106 | 26 | 40 | 67 | 62 |
| Binary | 11000110 | 10000100 | 111011 | 0 | 100001 | 1000110 | 10110 | 100000 | 110111 | 110010 |
Color Harmonies of #C6843B
Complementary color
Monochromatic Colors of #C6843B
Black with #C6843B
Text Example
Text Example
White with #C6843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6843B; }
p { color: rgb(198,132,59); }
H1.HeaderClassName
{
color: #C6843B;
}
.AnyTagClassName
{
color: #C6843B;
}
</style>
background-color css
<style>
a { background-color: #C6843B; }
a { background-color: rgb(198,132,59); }
div.DivClassName
{
background-color: #C6843B;
}
.BgClassName
{
background-color: #C6843B;
}
</style>
border-color css
<style>
span { border-color: #C6843B; }
span { border-color: rgb(198,132,59); }
td.TdClassName
{
border-color: #C6843B;
}
.TagClassName
{
border-color: #C6843B;
}
</style>