Shades of Golden Bell #C6803C
Tints of Golden Bell #C6803C
RGB
CMYK
RGB Variations
Color information
#C6803C (or 0xC6803C) is known color: Golden Bell. HEX triplet: C6, 80 and 3C. RGB value is (198,128,60). Sum of RGB (Red+Green+Blue) = 198+128+60=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6803C is #397FC3. Grayscale: #8D8D8D. Windows color (decimal): -3768260 or 3965126. OLE color: 3965126.
HSL color Cylindrical-coordinate representation of color #C6803C: hue angle of 29.57º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6803C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 60 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.22 |
| HSL | 29.57º | 0.55% | 0.51% | - |
| HSV(B) | 29.57º | 0.7% | 0.78% | - |
| XYZ | 31.82 | 27.77 | 7.96 | - |
| YUV | 141.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 60 | 0 | 0.35 | 0.70 | 0.22 | 29.57 | 0.55 | 0.51 |
| Hex | C6 | 80 | 3C | 0 | 23 | 46 | 16 | 1E | 37 | 33 |
| Octal | 306 | 200 | 74 | 0 | 43 | 106 | 26 | 36 | 67 | 63 |
| Binary | 11000110 | 10000000 | 111100 | 0 | 100011 | 1000110 | 10110 | 11110 | 110111 | 110011 |
Color Harmonies of #C6803C
Complementary color
Monochromatic Colors of #C6803C
Black with #C6803C
Text Example
Text Example
White with #C6803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6803C; }
p { color: rgb(198,128,60); }
H1.HeaderClassName
{
color: #C6803C;
}
.AnyTagClassName
{
color: #C6803C;
}
</style>
background-color css
<style>
a { background-color: #C6803C; }
a { background-color: rgb(198,128,60); }
div.DivClassName
{
background-color: #C6803C;
}
.BgClassName
{
background-color: #C6803C;
}
</style>
border-color css
<style>
span { border-color: #C6803C; }
span { border-color: rgb(198,128,60); }
td.TdClassName
{
border-color: #C6803C;
}
.TagClassName
{
border-color: #C6803C;
}
</style>